Skip to content

Commit 85a859f

Browse files
committed
Set the timeout for the tests to 10min
1 parent 50c5562 commit 85a859f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
run: cmake --build build/sanitize -j 2
124124

125125
- name: Test
126+
timeout-minutes: 10
126127
working-directory: build/sanitize
127128
env:
128129
ASAN_OPTIONS: "strict_string_checks=1:\
@@ -200,6 +201,7 @@ jobs:
200201
run: cmake --install build --prefix prefix
201202

202203
- name: Test
204+
timeout-minutes: 10
203205
working-directory: build
204206
run: ctest --output-on-failure -j 2
205207

0 commit comments

Comments
 (0)