Skip to content

Commit 43e48b3

Browse files
committed
chore: bump timeout on network scenario tests
1 parent c3c0ee9 commit 43e48b3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

spartan/bootstrap.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,11 @@ function test_cmds {
8282
}
8383

8484
function network_test_cmds {
85-
local prefix="disabled-cache:CPUS=10:MEM=16g"
85+
# a github runner has a maximum of 6 hours.
86+
# currently, we allocate just shy of one hour for each test, so we can have at most 6 tests.
87+
# If we have more tests, we can reduce the epoch/slot duration in the tests,
88+
# or parallelize somehow. It's just something to be aware of if you are adding new tests here.
89+
local prefix="disabled-cache:CPUS=10:MEM=16g:TIMEOUT=55m"
8690
local run_test_script="yarn-project/end-to-end/scripts/run_test.sh"
8791
echo $prefix $run_test_script simple src/spartan/smoke.test.ts
8892
echo $prefix $run_test_script simple src/spartan/transfer.test.ts

0 commit comments

Comments
 (0)