From c846501829ef3a310483c93a7668ad0f7d9d2a3a Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 5 Apr 2019 09:32:09 -0700 Subject: [PATCH] Increase unit test timeout for --coverage. --- 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 26cbe1cabcc..27d678745c2 100755 --- a/test/utils/shippable/units.sh +++ b/test/utils/shippable/units.sh @@ -8,7 +8,7 @@ IFS='/:' read -ra args <<< "$1" version="${args[1]}" if [[ "${COVERAGE:-}" == "--coverage" ]]; then - timeout=90 + timeout=99 else timeout=11 fi