Skip to content

Commit

Permalink
Fix test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Sep 20, 2023
1 parent 1d79877 commit 6fe2cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ foreach(test IN LISTS tests)
set_tests_properties(
${test}
PROPERTIES
TIMEOUT 30000
TIMEOUT 30
)

if(${test} IN_LIST skipped_tests)
Expand Down

0 comments on commit 6fe2cac

Please sign in to comment.