diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2026-04-08 10:22:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-08 10:22:15 -0400 |
| commit | bcc480ae7ad9266f80a2eee54d3a06bb8178868b (patch) | |
| tree | e51266449357defa92404f2005eb0bea34f25a7a /tests | |
| parent | 5b5abcce09da3ce1cc8fab57e1571d0ff0966f7b (diff) | |
| parent | 18a86918d03ccd6b34ede7c4ea67b6d794ee155f (diff) | |
| download | stasis-bcc480ae7ad9266f80a2eee54d3a06bb8178868b.tar.gz | |
Merge pull request #130 from jhunkeler/cmake-qol
Cmake QOL
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) |
