Skip to content

Commit

Permalink
Increase test timeout to 60 seconds.
Browse files Browse the repository at this point in the history
Some systems require a little more time.

Signed-off-by: Samuel K. Gutierrez <[email protected]>
  • Loading branch information
samuelkgutierrez committed Jul 24, 2023
1 parent f2e05da commit 364a3c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ if (OPENMP_FOUND)
set_tests_properties(
threads
PROPERTIES
TIMEOUT 10
TIMEOUT 60
LABELS "threads"
)
endif()
Expand Down Expand Up @@ -246,7 +246,7 @@ if(MPI_FOUND)
set_tests_properties(
mpi-api
PROPERTIES
TIMEOUT 10
TIMEOUT 60
LABELS "mpi"
)

Expand Down Expand Up @@ -328,7 +328,7 @@ if(QV_FORTRAN_HAPPY)
set_tests_properties(
process-fortapi
PROPERTIES
TIMEOUT 10
TIMEOUT 60
LABELS "fortran"
)

Expand Down Expand Up @@ -388,7 +388,7 @@ set_tests_properties(
rmi-server
rmi
PROPERTIES
TIMEOUT 10
TIMEOUT 60
LABELS "core"
)

Expand Down

0 comments on commit 364a3c6

Please sign in to comment.