Skip to content

Commit 699d2c9

Browse files
committed
Merge pull request #1213 from pguyot/w26/bump-test-timeout
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 These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents 3d66385 + c114359 commit 699d2c9

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)