diff options
author | Gonéri Le Bouder <goneri@lebouder.net> | 2019-09-09 21:22:25 +0200 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2019-09-10 03:17:25 +0200 |
commit | cc758ea574d959d9222cda574ec04049cd92ac4d (patch) | |
tree | 2cd929f8b7e5c10436d403366e4cfb23265d2b2a | |
parent | create-deprecated-issues script can now add to a specified project (#61901) (diff) | |
download | ansible-cc758ea574d959d9222cda574ec04049cd92ac4d.tar.xz ansible-cc758ea574d959d9222cda574ec04049cd92ac4d.zip |
Revert "shippable: temporary bump the timeout for Azure jobs"
The Azure timeout should not accure anymore since
173d47d1f429847ca351da92b69a0e05d25bb313.
This reverts commit aaa8835311f39db42843efe19bd07c4691009eef.
-rwxr-xr-x | test/utils/shippable/shippable.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/utils/shippable/shippable.sh b/test/utils/shippable/shippable.sh index 700d2509b3..a5924ebc7b 100755 --- a/test/utils/shippable/shippable.sh +++ b/test/utils/shippable/shippable.sh @@ -137,8 +137,6 @@ trap cleanup EXIT if [[ "${COVERAGE:-}" == "--coverage" ]]; then timeout=60 -elif [[ "${script}" == "azure" ]]; then - timeout=70 else timeout=45 fi |