summaryrefslogtreecommitdiff
path: root/test/utils
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2020-03-01 11:38:47 -0800
committerMatt Clay <matt@mystile.com>2020-03-01 13:59:09 -0800
commitbcddf2bda97b32a0df8f8e58b827779173faac7b (patch)
treec4e6acb832f426f3e828bc1eb87ce1f0dfab0307 /test/utils
parentac8f1ad4e26b5d5a3c0e5b6e3956cc5ae5649c16 (diff)
downloadansible-bcddf2bda97b32a0df8f8e58b827779173faac7b.tar.gz
Increase unit test coverage timeout.
Diffstat (limited to 'test/utils')
-rwxr-xr-xtest/utils/shippable/units.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/shippable/units.sh b/test/utils/shippable/units.sh
index b6240d9502..559f23d46d 100755
--- a/test/utils/shippable/units.sh
+++ b/test/utils/shippable/units.sh
@@ -9,7 +9,7 @@ version="${args[1]}"
group="${args[2]}"
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
- timeout=60
+ timeout=75
else
timeout=15
fi