diff options
author | Matt Clay <matt@mystile.com> | 2019-11-01 16:46:13 -0700 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2019-11-01 17:16:07 -0700 |
commit | 78e476eb20fc78be7b64f36cb5c518a12a3d482d (patch) | |
tree | d5b887ebf7b4e9fd64ab17abf7817c648faa03c7 /test/utils | |
parent | 135c853588bdb82e3beb369941049eba7b59d2f6 (diff) | |
download | ansible-78e476eb20fc78be7b64f36cb5c518a12a3d482d.tar.gz |
Increase unit test timeout in CI.
Diffstat (limited to 'test/utils')
-rwxr-xr-x | test/utils/shippable/units.sh | 2 |
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=() |