Skip to content

Commit f7efb8d

Browse files
committed
fix timeout on ci
1 parent 2934d68 commit f7efb8d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@ jobs:
9898
./jit_tests_builder
9999
100100
- name: Build and run minilang example
101+
timeout-minutes: 1
101102
run: |
102103
${{ matrix.cc }} -std=c11 -O2 -Isrc examples/minilang.c src/ctx.c -o minilang_example
103-
timeout 5 ./minilang_example
104+
./minilang_example
104105
105106
- name: Build and run SIMD example
106107
run: |

0 commit comments

Comments
 (0)