diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-04-08 08:18:17 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-04-08 10:18:28 -0400 |
| commit | 4a0e2c286e3cdab17b5312877cb8985222ac15b9 (patch) | |
| tree | 36c13d123badbc3a271c7bc8005b3e29e43e877b /tests | |
| parent | 955757b00984912afd7092653e7553cf55555a92 (diff) | |
| download | stasis-4a0e2c286e3cdab17b5312877cb8985222ac15b9.tar.gz | |
tests: Increase timeout to 10 minutes
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/CMakeLists.txt | 2 |
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) |
