diff options
author | Matt Clay <matt@mystile.com> | 2019-11-01 16:59:29 +0100 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2019-11-01 18:10:02 +0100 |
commit | d2562cde1cc404de3749dc3cb2284baaa9f101b9 (patch) | |
tree | 1f4c63a1c55c5374e66f6ad7fc45a8cfd3970919 /test/utils | |
parent | Exclude the ansible-test script from the main rpm package (#64277) (diff) | |
download | ansible-d2562cde1cc404de3749dc3cb2284baaa9f101b9.tar.xz ansible-d2562cde1cc404de3749dc3cb2284baaa9f101b9.zip |
Temporarily increase CI timeout.
Diffstat (limited to 'test/utils')
-rwxr-xr-x | test/utils/shippable/shippable.sh | 2 |
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 |