Skip to content

Commit

Permalink
.travis.yml: Increase the timeout to 45 minutes
Browse files Browse the repository at this point in the history
The clang sanitizer tests, and there especially the unicode tests, can
hit the default timeout of 25 minutes (1500 seconds) quite easily, so
let's raise the timeout to 45 minutes (2700 seconds).
  • Loading branch information
t-b committed Sep 3, 2019
1 parent d5c0d52 commit 6d701b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ script:
# compile and execute unit tests
- mkdir -p build && cd build
- cmake .. ${CMAKE_OPTIONS} -DJSON_MultipleHeaders=${MULTIPLE_HEADERS} -GNinja && cmake --build . --config Release
- ctest -C Release -V -j
- ctest -C Release --timeout 2700 -V -j
- cd ..

# check if homebrew works (only checks develop branch)
Expand Down

0 comments on commit 6d701b2

Please sign in to comment.