Skip to content

Commit 0aa636d

Browse files
authored
Increase test timeout. (#96)
1 parent 22dadf1 commit 0aa636d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function(add_test_r TEST_NAME)
7373
add_test(${TEST_NAME} bash -c "set -o pipefail && ${MPI_COMMANDS} ${CMAKE_BINARY_DIR}/${EXAWIND_EXE_NAME} ${MPIEXEC_POSTFLAGS} ${CURRENT_TEST_BINARY_DIR}/${TEST_NAME}.yaml 2>&1 | tee ${TEST_NAME}.log ${SAVE_GOLDS_COMMAND} ${FCOMPARE_COMMAND}")
7474
# Set properties for test
7575
set_tests_properties(${TEST_NAME} PROPERTIES
76-
TIMEOUT 5400
76+
TIMEOUT 7200
7777
PROCESSORS ${TEST_NP}
7878
WORKING_DIRECTORY "${CURRENT_TEST_BINARY_DIR}/"
7979
LABELS "regression"

0 commit comments

Comments
 (0)