Skip to content

Commit

Permalink
do_regtest: Reduce default job_max_time to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Jul 3, 2019
1 parent 25db5e7 commit e6d5d80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/regtesting/do_regtest
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ if [[ $dir_triplet == *valgrind* ]] ; then
job_max_time=${job_max_time:-7200}
else
valgrindstring=""
#1800 for testing on slower hardware (e.g. older ARM) or hyperthreaded systems, normally regtests should be faster
job_max_time=${job_max_time:-1800}
job_max_time=${job_max_time:-300}
fi

if [[ $cp2k_version == p* ]] ; then
Expand Down

0 comments on commit e6d5d80

Please sign in to comment.