Skip to content

Commit

Permalink
Increase Jenkins job timeout on rostam
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Jul 27, 2020
1 parent d2b7221 commit 8943b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/lsu/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sbatch \
--job-name="jenkins-hpx-${configuration_name_with_build_type}" \
--nodes="${configuration_slurm_num_nodes}" \
--partition="${configuration_slurm_partition}" \
--time="01:30:00" \
--time="03:00:00" \
--output="jenkins-hpx-${configuration_name_with_build_type}.out" \
--error="jenkins-hpx-${configuration_name_with_build_type}.err" \
--wait .jenkins/lsu/batch.sh
Expand Down

0 comments on commit 8943b66

Please sign in to comment.