From c9e7a2122d85872bf14c49cd0280a4fb1b18d4a2 Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Tue, 3 Sep 2019 12:14:55 -0400 Subject: [PATCH] Increase unit test timeout to account for long image download times (#61717) --- test/utils/shippable/units.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils/shippable/units.sh b/test/utils/shippable/units.sh index a659f7fc70e..8af0416854a 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=6 + timeout=11 fi group1=()