summaryrefslogtreecommitdiff
path: root/test/utils
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2019-04-05 09:32:09 -0700
committerMatt Clay <matt@mystile.com>2019-04-05 09:43:42 -0700
commitc846501829ef3a310483c93a7668ad0f7d9d2a3a (patch)
tree169b71eb8f760af569b9656de107564937a71308 /test/utils
parent301d561420cd80b749db4973ff9a057ea829c9f2 (diff)
downloadansible-c846501829ef3a310483c93a7668ad0f7d9d2a3a.tar.gz
Increase unit test timeout for --coverage.
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 26cbe1cabc..27d678745c 100755
--- a/test/utils/shippable/units.sh
+++ b/test/utils/shippable/units.sh
@@ -8,7 +8,7 @@ IFS='/:' read -ra args <<< "$1"
version="${args[1]}"
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
- timeout=90
+ timeout=99
else
timeout=11
fi