mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 09:33:57 -07:00
add 5 second timeout to test
let the optimising begin
This commit is contained in:
parent
0b8a77ada5
commit
c59fdfd74f
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ add_test(NAME expression_test COMMAND expression_test)
|
|||
add_test(NAME test_age_formatting COMMAND test_age_formatting)
|
||||
add_test(NAME password_hash_test COMMAND password_hash_test)
|
||||
add_test(NAME deck_hash_test COMMAND deck_hash_test)
|
||||
set_tests_properties(deck_hash_test PROPERTIES TIMEOUT 5)
|
||||
|
||||
# Find GTest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue