Skip to content

Commit 5088b64

Browse files
committed
JIT: bump timeout for test_jit.avm with valgrind
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
1 parent 7509d31 commit 5088b64

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
@@ -601,7 +601,7 @@ jobs:
601601
602602
- name: "Test: test_jit.avm with valgrind"
603603
if: matrix.library-arch == '' && matrix.otp != '21' && matrix.otp != '22'
604-
timeout-minutes: 30
604+
timeout-minutes: 60
605605
working-directory: build
606606
run: |
607607
ulimit -c unlimited

0 commit comments

Comments
 (0)