Skip to content

Commit

Permalink
Increase test timeout. (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel authored Jan 22, 2025
1 parent 9da888e commit e28d40c
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 7200
TIMEOUT 14400
PROCESSORS ${TEST_NP}
WORKING_DIRECTORY "${CURRENT_TEST_BINARY_DIR}/"
LABELS "regression"
Expand Down

0 comments on commit e28d40c

Please sign in to comment.