Skip to content

Commit

Permalink
Drop test timeout to 2m as the longest running tests have shown to be…
Browse files Browse the repository at this point in the history
… 67s
  • Loading branch information
Chuck Atkins committed Dec 30, 2019
1 parent 0bfbf6c commit 92c052f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dashboard/adios_common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if(NOT dashboard_git_url)
endif()

if(NOT DEFINED CTEST_TEST_TIMEOUT)
set(CTEST_TEST_TIMEOUT 300)
set(CTEST_TEST_TIMEOUT 120)
endif()
if(NOT DEFINED CTEST_SUBMIT_NOTES)
set(CTEST_SUBMIT_NOTES TRUE)
Expand Down

0 comments on commit 92c052f

Please sign in to comment.