Skip to content

Commit

Permalink
Merge pull request QMCPACK#4927 from ye-luo/ci-amd-add-timeout
Browse files Browse the repository at this point in the history
Shorten timeout on AMD CI runs.
  • Loading branch information
prckent authored Feb 15, 2024
2 parents f79f426 + deef9a9 commit 67aacf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ case "$1" in
test)
echo "Running deterministic tests"
cd ${GITHUB_WORKSPACE}/../qmcpack-build
ctest --output-on-failure -L deterministic -j 32
ctest --output-on-failure -L deterministic -j 32 --timeout 120 --repeat after-timeout:2
;;

esac

0 comments on commit 67aacf6

Please sign in to comment.