Skip to content

Commit

Permalink
Increase test timeout. (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel authored Jan 14, 2025
1 parent 22dadf1 commit 0aa636d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function(add_test_r TEST_NAME)
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}")
# Set properties for test
set_tests_properties(${TEST_NAME} PROPERTIES
TIMEOUT 5400
TIMEOUT 7200
PROCESSORS ${TEST_NP}
WORKING_DIRECTORY "${CURRENT_TEST_BINARY_DIR}/"
LABELS "regression"
Expand Down

0 comments on commit 0aa636d

Please sign in to comment.