Skip to content

Commit

Permalink
bumped regression test timeout for changes in action runners (#512)
Browse files Browse the repository at this point in the history
* bumped regression test timeout

* reduced ranks for github actions
  • Loading branch information
mmcgurn authored Jan 1, 2024
1 parent 4891700 commit 2218a24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test:
# a unique test name for this integration tests
name: slabBurner3D
# run on multiple mpi ranks
ranks: 4
ranks: 2
# create a list of asserts to compare
assert:
# create a default assert that compares the log file
Expand Down

0 comments on commit 2218a24

Please sign in to comment.