Skip to content

Commit

Permalink
bumped regression test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgurn committed Dec 27, 2023
1 parent 4891700 commit 0a5695c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.18.4)
include(config/petscCompilers.cmake)

# Set the project details
project(ablateLibrary VERSION 0.12.20)
project(ablateLibrary VERSION 0.12.21)

# Load the Required 3rd Party Libaries
pkg_check_modules(PETSc REQUIRED IMPORTED_TARGET GLOBAL PETSc)
Expand Down
2 changes: 1 addition & 1 deletion tests/regressionTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gtest_discover_tests(regressionTests
# set a working directory so your project root so that you can find test data via paths relative to the project root
WORKING_DIRECTORY ${PROJECT_DIR}
# add a custom default timeout of three hours for the regression tests
PROPERTIES "VS_DEBUGGER_WORKING_DIRECTORY;\"${PROJECT_DIR}\";TIMEOUT;16200;LABELS;regressionTests;"
PROPERTIES "VS_DEBUGGER_WORKING_DIRECTORY;\"${PROJECT_DIR}\";TIMEOUT;21600;LABELS;regressionTests;"
DISCOVERY_TIMEOUT 360
)

Expand Down

0 comments on commit 0a5695c

Please sign in to comment.