shippable: temporary bump the timeout for Azure jobs
This commit is contained in:
parent
1ff20e9804
commit
aaa8835311
1 changed files with 2 additions and 0 deletions
|
@ -137,6 +137,8 @@ trap cleanup EXIT
|
|||
|
||||
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
|
||||
timeout=60
|
||||
elif [[ "${script}" == "azure" ]]; then
|
||||
timeout=70
|
||||
else
|
||||
timeout=45
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue