summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonéri Le Bouder <goneri@lebouder.net>2019-09-09 21:22:25 +0200
committerMatt Clay <matt@mystile.com>2019-09-10 03:17:25 +0200
commitcc758ea574d959d9222cda574ec04049cd92ac4d (patch)
tree2cd929f8b7e5c10436d403366e4cfb23265d2b2a
parentcreate-deprecated-issues script can now add to a specified project (#61901) (diff)
downloadansible-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-xtest/utils/shippable/shippable.sh2
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