summaryrefslogtreecommitdiffstats
path: root/test/utils
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2019-11-01 16:59:29 +0100
committerMatt Clay <matt@mystile.com>2019-11-01 18:10:02 +0100
commitd2562cde1cc404de3749dc3cb2284baaa9f101b9 (patch)
tree1f4c63a1c55c5374e66f6ad7fc45a8cfd3970919 /test/utils
parentExclude the ansible-test script from the main rpm package (#64277) (diff)
downloadansible-d2562cde1cc404de3749dc3cb2284baaa9f101b9.tar.xz
ansible-d2562cde1cc404de3749dc3cb2284baaa9f101b9.zip
Temporarily increase CI timeout.
Diffstat (limited to 'test/utils')
-rwxr-xr-xtest/utils/shippable/shippable.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/shippable/shippable.sh b/test/utils/shippable/shippable.sh
index a5924ebc7b..a57ab99c87 100755
--- a/test/utils/shippable/shippable.sh
+++ b/test/utils/shippable/shippable.sh
@@ -138,7 +138,7 @@ trap cleanup EXIT
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
timeout=60
else
- timeout=45
+ timeout=50
fi
ansible-test env --dump --show --timeout "${timeout}" --color -v