Skip to content

Commit b846ebe

Browse files
committed
Increase timeout for Ptycho test
The data download for the test can sometimes take a long time and cause the test to fail. Increase the timeout so it can endure the full data download. Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
1 parent d8887f7 commit b846ebe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/cxx/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ if(NOT WIN32)
6666
add_cxx_qtest(AcquisitionClient PYTHONPATH "${CMAKE_SOURCE_DIR}/acquisition")
6767
endif()
6868
add_cxx_qtest(PtychoWorkflow PYTHONPATH ${_pythonpath})
69+
set_tests_properties(PtychoWorkflow PROPERTIES TIMEOUT 1800)
6970
add_cxx_qtest(PyXRFWorkflow PYTHONPATH ${_pythonpath})
71+
set_tests_properties(PyXRFWorkflow PROPERTIES TIMEOUT 1800)
7072

7173
# Generate the executable
7274
create_test_executable(tomvizTests)

0 commit comments

Comments
 (0)