Skip to content

Commit

Permalink
shippable: temporary bump the timeout for Azure jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
goneri committed Aug 30, 2019
1 parent 1ff20e9 commit aaa8835
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/utils/shippable/shippable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ trap cleanup EXIT

if [[ "${COVERAGE:-}" == "--coverage" ]]; then
timeout=60
elif [[ "${script}" == "azure" ]]; then
timeout=70
else
timeout=45
fi
Expand Down

0 comments on commit aaa8835

Please sign in to comment.