Skip to content

Commit

Permalink
Increase timeout for regression tests. (Exawind#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel authored Jan 7, 2025
1 parent 091b07f commit dca90af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function(add_test_r TEST_NAME)
add_test(${TEST_NAME} bash -c "set -o pipefail && ${MPI_COMMANDS} ${CMAKE_BINARY_DIR}/${amr_wind_exe_name} ${MPIEXEC_POSTFLAGS} ${CURRENT_TEST_BINARY_DIR}/${TEST_NAME}.inp ${RUNTIME_OPTIONS} 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 Expand Up @@ -157,7 +157,7 @@ function(add_test_pps TEST_NAME FORMAT NINT NSTEPS)
add_test("${TEST_NAME}_sampling_${FORMAT}" bash -c "set -o pipefail && ${MPI_COMMANDS} ${CMAKE_BINARY_DIR}/${amr_wind_exe_name} ${MPIEXEC_POSTFLAGS} ${CURRENT_TEST_BINARY_DIR}/${TEST_NAME}.inp ${RUNTIME_OPTIONS} ${ADDL_RUNTIME_OPTIONS} 2>&1 | tee ${TEST_NAME}_sampling_${FORMAT}.log && ${Python3_EXECUTABLE} ${PROJECT_SOURCE_DIR}/tools/sampling_${TEST_NAME}_${FORMAT}.py")
# Set properties for test
set_tests_properties("${TEST_NAME}_sampling_${FORMAT}" PROPERTIES
TIMEOUT 5400
TIMEOUT 7200
PROCESSORS ${TEST_NP}
WORKING_DIRECTORY "${CURRENT_TEST_BINARY_DIR}/"
LABELS "post_processing;no_ci"
Expand Down

0 comments on commit dca90af

Please sign in to comment.