aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2026-04-08 10:22:15 -0400
committerGitHub <noreply@github.com>2026-04-08 10:22:15 -0400
commitbcc480ae7ad9266f80a2eee54d3a06bb8178868b (patch)
treee51266449357defa92404f2005eb0bea34f25a7a /tests
parent5b5abcce09da3ce1cc8fab57e1571d0ff0966f7b (diff)
parent18a86918d03ccd6b34ede7c4ea67b6d794ee155f (diff)
downloadstasis-bcc480ae7ad9266f80a2eee54d3a06bb8178868b.tar.gz
Merge pull request #130 from jhunkeler/cmake-qol
Cmake QOL
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 08ef833..dd68231 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -44,7 +44,7 @@ foreach(source_file ${source_files})
add_test(${test_executable} ${test_executable})
set_tests_properties(${test_executable}
PROPERTIES
- TIMEOUT 240)
+ TIMEOUT 600)
set_tests_properties(${test_executable}
PROPERTIES
SKIP_RETURN_CODE 127)