From cf8e5858ab96e0b7babf6cb1a8d312bdd4899256 Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Sat, 29 Aug 2026 15:20:49 +0200 Subject: [PATCH] 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 --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index a28f671c9..34784538b 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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