summaryrefslogtreecommitdiff
path: root/test/utils
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2020-03-01 18:12:33 -0800
committerMatt Clay <matt@mystile.com>2020-03-01 19:22:56 -0800
commit42eba3ce257002378d630f8d608dd9c69e60cc66 (patch)
tree938bb17f4bf96b9c69983980b006f3a5bd451d7b /test/utils
parentebb255f0d3787abc6d7abaaa0b13f81bfc2183d5 (diff)
downloadansible-42eba3ce257002378d630f8d608dd9c69e60cc66.tar.gz
Increase unit test 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 559f23d46d..273bd15473 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=75
else
- timeout=15
+ timeout=20
fi
group1=()