From d2562cde1cc404de3749dc3cb2284baaa9f101b9 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 1 Nov 2019 08:59:29 -0700 Subject: [PATCH] Temporarily increase CI timeout. --- test/utils/shippable/shippable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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