Skip to content

Increase test timeout for shell executor

Steve Xuereb requested to merge increase-test-timeout into master

What does this MR do?

Increase test timeout for shell executor

Why was this MR needed?

Most of the tests for the shell executor are downloading git repositories over the network. This can sometimes take longer than expected for multiple networking reasons. 10 seconds is a bit too aggressive, which resulted in developers just retrying the test. Bump it up to 20 seconds to give it a bit more time before we fail the test.

Context !1164 (comment 143681532)

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Edited by Steve Xuereb

Merge request reports