aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-04-08 08:18:17 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-04-08 10:18:28 -0400
commit4a0e2c286e3cdab17b5312877cb8985222ac15b9 (patch)
tree36c13d123badbc3a271c7bc8005b3e29e43e877b /tests
parent955757b00984912afd7092653e7553cf55555a92 (diff)
downloadstasis-4a0e2c286e3cdab17b5312877cb8985222ac15b9.tar.gz
tests: Increase timeout to 10 minutes
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)