Skip to content

Commit

Permalink
Set 5 minute timeout for individual tests
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Jun 25, 2024
1 parent 5d18f61 commit e4a4ca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/ctest_to_gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ JOB_TEMPLATE="
USE_MPI: 'YES'
DISABLE_AFTER_SCRIPT: 'YES'
DLAF_HDF5_TEST_OUTPUT_PATH: \$CI_PROJECT_DIR
script: mpi-ctest -E eigensolver -L {{LABEL}}
script: mpi-ctest --timeout 300 -E eigensolver -L {{LABEL}}
artifacts:
paths:
- codecov-reports/"
Expand Down Expand Up @@ -98,7 +98,7 @@ JOB_TEMPLATE="
USE_MPI: 'YES'
DISABLE_AFTER_SCRIPT: 'YES'
DLAF_HDF5_TEST_OUTPUT_PATH: \$CI_PROJECT_DIR
script: mpi-ctest -E eigensolver -L {{LABEL}}"
script: mpi-ctest --timeout 300 -E eigensolver -L {{LABEL}}"
fi

JOBS=""
Expand Down

0 comments on commit e4a4ca1

Please sign in to comment.