Skip to content

Commit

Permalink
relax timeout further
Browse files Browse the repository at this point in the history
  • Loading branch information
upsj committed Sep 17, 2022
1 parent 2514530 commit 158ae0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
- ninja -j${NUM_CORES} -l${CI_LOAD_LIMIT} install
- |
(( $(ctest -N | tail -1 | sed 's/Total Tests: //') != 0 )) || exit 1
- ctest -V --timeout 3000
- ctest -V --timeout 6000
- ninja test_install
- pushd test/test_install
- ninja install
Expand Down Expand Up @@ -145,7 +145,7 @@
- cd ${CI_JOB_NAME/test/build}
- |
(( $(ctest -N | tail -1 | sed 's/Total Tests: //') != 0 )) || exit 1
- ctest -V --timeout 3000
- ctest -V --timeout 6000
- ninja test_install
- pushd test/test_install
- ninja install
Expand Down

0 comments on commit 158ae0f

Please sign in to comment.