Skip to content

Commit ae4636f

Browse files
committed
CI: Bump timeout from 3h to 4h. shmem-tests cause debug test runs to take longer.
After addition of new large_inserts_stress_test, being done as part of PR #569 (free/memory mgmt support for shared memory), CI-debug jobs are timing out at current timeout=3h. Bump this timeout limit to 4h, to see if test-jobs complete.
1 parent c169d5e commit ae4636f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/steps.lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#@ elif test_nightly:
1212
#@ return "6h"
1313
#@ else:
14-
#@ return "3h"
14+
#@ return "4h"
1515
#@ end
1616
#@ end
1717

0 commit comments

Comments
 (0)