From bcddf2bda97b32a0df8f8e58b827779173faac7b Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Sun, 1 Mar 2020 11:38:47 -0800 Subject: [PATCH] Increase unit test coverage timeout. --- 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 b6240d95023..559f23d46dc 100755 --- a/test/utils/shippable/units.sh +++ b/test/utils/shippable/units.sh @@ -9,7 +9,7 @@ version="${args[1]}" group="${args[2]}" if [[ "${COVERAGE:-}" == "--coverage" ]]; then - timeout=60 + timeout=75 else timeout=15 fi