Skip to content

Commit

Permalink
CI: Bump timeout from 2h to 3h. shmem-tests cause debug test runs to …
Browse files Browse the repository at this point in the history
…take longer. (vmware#566)

In-flight stabilization of shared memory support in Splinter is bringin
along with tons more additional tests. We are effetively running most
of the existing twice; once w/o and once w/ shared memory configured.
Debug-build test runs are timing out at 2 hours. Bump timeout to 3hs,
and once stabilized, we can look into dropping this to 2h.
  • Loading branch information
gapisback authored Apr 20, 2023
1 parent b2245ac commit 77ab353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/steps.lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#@ elif test_nightly:
#@ return "6h"
#@ else:
#@ return "2h"
#@ return "3h"
#@ end
#@ end

Expand Down

0 comments on commit 77ab353

Please sign in to comment.