Skip to content

Commit

Permalink
Increase test timeout. (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel authored Jan 22, 2025
1 parent d1b059f commit dc477a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reg_tests/CTestList.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ endmacro(setup_test)

macro(set_properties testname)
if(CMAKE_CXX_COMPILER_ID MATCHES "^(Clang|AppleClang)$")
set(TEST_TIMEOUT 20000)
set(TEST_TIMEOUT 18000)
else()
set(TEST_TIMEOUT 1200)
set(TEST_TIMEOUT 3600)
endif()
set_tests_properties(${testname} PROPERTIES TIMEOUT ${TEST_TIMEOUT} PROCESSORS ${np} WORKING_DIRECTORY "${TEST_WORKING_DIR}")
endmacro(set_properties)
Expand Down

0 comments on commit dc477a5

Please sign in to comment.