From 78e476eb20fc78be7b64f36cb5c518a12a3d482d Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 1 Nov 2019 16:46:13 -0700 Subject: [PATCH] Increase unit test timeout in CI. --- 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 8af0416854a..f743df51566 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=11 + timeout=15 fi group1=()