Skip to content

Commit 16af5a1

Browse files
committed
longer timeout for tests because they break release building
1 parent d455a39 commit 16af5a1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ target_link_libraries(simdmatrix_test
1818
)
1919

2020
include(GoogleTest)
21-
gtest_discover_tests(simdmatrix_test)
21+
gtest_discover_tests(simdmatrix_test
22+
PROPERTIES TIMEOUT 900
23+
)

0 commit comments

Comments
 (0)