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:
ebbit1q 2026-08-29 15:20:49 +02:00 committed by GitHub
parent 83833f4684
commit cf8e5858ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 latency_tracker_test COMMAND latency_tracker_test)
add_test(NAME deck_hash_performance_test COMMAND deck_hash_performance_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 # Find GTest