1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-03 00:59:47 +02:00

tests: increase test timeout

The GameData tests take relatively long and might time out.
This commit is contained in:
Anonymous Maarten 2017-10-28 17:20:48 +02:00 committed by Daniel Evans
parent a0895d0b2c
commit 7e1da8dc0a

View File

@ -94,7 +94,7 @@ if(SEPERATE_TEST_SUITES)
)
set_tests_properties("${TEST}"
PROPERTIES
TIMEOUT 30
TIMEOUT 300
)
endforeach()
else()