From 8377f03eb22bd816f468bce22897aafb5fd56f88 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 3 Mar 2020 16:10:41 -0800 Subject: [PATCH] Increase unit test timeouts. --- test/utils/shippable/units.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/utils/shippable/units.sh b/test/utils/shippable/units.sh index 8af0416854a..4bac85bf502 100755 --- a/test/utils/shippable/units.sh +++ b/test/utils/shippable/units.sh @@ -9,9 +9,9 @@ version="${args[1]}" group="${args[2]}" if [[ "${COVERAGE:-}" == "--coverage" ]]; then - timeout=60 + timeout=90 else - timeout=11 + timeout=20 fi group1=()