mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 00:55:09 -07:00
increase the timeout for the hashing performance test (#7166)
it seems like there is too much variance across platforms for how long this test takes probably fixes #7152
This commit is contained in:
parent
83833f4684
commit
cf8e5858ab
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ add_test(NAME lag_monitor_test COMMAND lag_monitor_test)
|
|||
add_test(NAME latency_tracker_test COMMAND latency_tracker_test)
|
||||
|
||||
add_test(NAME deck_hash_performance_test COMMAND deck_hash_performance_test)
|
||||
set_tests_properties(deck_hash_performance_test PROPERTIES TIMEOUT 5)
|
||||
set_tests_properties(deck_hash_performance_test PROPERTIES TIMEOUT 15)
|
||||
|
||||
# Find GTest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue