Skip to content

Commit 6604653

Browse files
increase the time limit of CI test (#4098)
1 parent ceed2ec commit 6604653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
GTEST_COLOR: 'yes'
4040
OMP_NUM_THREADS: '2'
4141
run: |
42-
cmake --build build --target test ARGS="-V --timeout 1600"
42+
cmake --build build --target test ARGS="-V --timeout 1700"

0 commit comments

Comments
 (0)