diff --git a/test/utils/shippable/shippable.sh b/test/utils/shippable/shippable.sh index a5924ebc7b8..a57ab99c87a 100755 --- a/test/utils/shippable/shippable.sh +++ b/test/utils/shippable/shippable.sh @@ -138,7 +138,7 @@ trap cleanup EXIT if [[ "${COVERAGE:-}" == "--coverage" ]]; then timeout=60 else - timeout=45 + timeout=50 fi ansible-test env --dump --show --timeout "${timeout}" --color -v