From 7e1da8dc0a77b3fa44c03054a24f3bdb779a53cd Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Sat, 28 Oct 2017 17:20:48 +0200 Subject: [PATCH] tests: increase test timeout The GameData tests take relatively long and might time out. --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index f77fa21e..fbfd31b0 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -94,7 +94,7 @@ if(SEPERATE_TEST_SUITES) ) set_tests_properties("${TEST}" PROPERTIES - TIMEOUT 30 + TIMEOUT 300 ) endforeach() else()