Skip to content

Commit 8dd841e

Browse files
committed
Bump timeout on test_jit.avm as it can take more than 10 mins
Signed-off-by: Paul Guyot <[email protected]>
1 parent 14cbd39 commit 8dd841e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ jobs:
447447
./src/AtomVM ./tests/libs/eavmlib/test_eavmlib.avm
448448
449449
- name: "Test: test_jit.avm"
450-
timeout-minutes: 10
450+
timeout-minutes: 30
451451
if: matrix.otp != '21' && matrix.otp != '22'
452452
working-directory: build
453453
run: |

0 commit comments

Comments
 (0)