File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,11 @@ function test_cmds {
8282}
8383
8484function 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
You can’t perform that action at this time.
0 commit comments