From 6fe2cac688a7e3d1f62a2afb3ec8b1c98abb6b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Isager=20Dalsgar=C3=B0?= Date: Wed, 20 Sep 2023 11:30:38 +0200 Subject: [PATCH] Fix test timeout --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index fe05e898..20599c93 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -41,7 +41,7 @@ foreach(test IN LISTS tests) set_tests_properties( ${test} PROPERTIES - TIMEOUT 30000 + TIMEOUT 30 ) if(${test} IN_LIST skipped_tests)