Skip to content

Commit c114359

Browse files
committed
Adjust test timeouts
* Bump timeout of test-erlang which can take more than 10 minutes on slow GitHub runners * Reduce timeout of test-estdlib.avm which is definitely broken when it takes more than 5 minutes Signed-off-by: Paul Guyot <pguyot@kallisys.net>
1 parent c658938 commit c114359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ jobs:
322322

323323
# Test
324324
- name: "Test: test-erlang"
325-
timeout-minutes: 10
325+
timeout-minutes: 15
326326
working-directory: build
327327
run: |
328328
./tests/test-erlang -s prime_smp
@@ -348,7 +348,7 @@ jobs:
348348
valgrind ./tests/test-structs
349349
350350
- name: "Test: test_estdlib.avm"
351-
timeout-minutes: 10
351+
timeout-minutes: 5
352352
working-directory: build
353353
run: |
354354
./src/AtomVM ./tests/libs/estdlib/test_estdlib.avm

0 commit comments

Comments
 (0)