Skip to content

Commit

Permalink
Increase test timeout (#466)
Browse files Browse the repository at this point in the history
Some of the compilation failure tests sometimes take really long
  • Loading branch information
Hespian authored Dec 18, 2022
1 parent 03e6c38 commit ddccf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include(KampingTestHelper)
include(GoogleTest)

set(KAMPING_TEST_TIMEOUT
"10"
"20"
CACHE STRING "Test timeout in seconds"
)
message(STATUS "Test timeout set to ${KAMPING_TEST_TIMEOUT} seconds.")
Expand Down

0 comments on commit ddccf19

Please sign in to comment.