Skip to content

Commit b20b718

Browse files
committed
[github] Increase unit test timeout
1 parent bb9f14d commit b20b718

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ jobs:
401401
make -j$NUM_PROC_BUILD palace-tests
402402
403403
- name: Run unit tests
404-
timeout-minutes: 5
404+
timeout-minutes: 8
405405
env:
406406
NUM_PROC_TEST_MAX: '2'
407407
run: |

.github/workflows/build-and-test-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
make -j$NUM_PROC_BUILD palace-tests
196196
197197
- name: Run unit tests
198-
timeout-minutes: 5
198+
timeout-minutes: 8
199199
env:
200200
NUM_PROC_TEST_MAX: '2'
201201
run: |

0 commit comments

Comments
 (0)