summaryrefslogtreecommitdiff
path: root/test/utils
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2019-11-01 16:46:13 -0700
committerMatt Clay <matt@mystile.com>2019-11-01 17:16:07 -0700
commit78e476eb20fc78be7b64f36cb5c518a12a3d482d (patch)
treed5b887ebf7b4e9fd64ab17abf7817c648faa03c7 /test/utils
parent135c853588bdb82e3beb369941049eba7b59d2f6 (diff)
downloadansible-78e476eb20fc78be7b64f36cb5c518a12a3d482d.tar.gz
Increase unit test timeout in CI.
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 8af0416854..f743df5156 100755
--- a/test/utils/shippable/units.sh
+++ b/test/utils/shippable/units.sh
@@ -11,7 +11,7 @@ group="${args[2]}"
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
timeout=60
else
- timeout=11
+ timeout=15
fi
group1=()