From 49273a1469ca7bae6c3900cc6a2ee6b00a0338f3 Mon Sep 17 00:00:00 2001 From: Russel Waters Date: Mon, 27 Jul 2020 07:59:57 -0700 Subject: [PATCH] extend test retry deadline 12/31/2020 23:59:59 UTC (#2859) --- ci/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test.sh b/ci/test.sh index a01d5120a..46ad59de8 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -44,7 +44,7 @@ run_tests() { TIMEOUT_TIME_ARG="" fi - if [ "$(date +%s)" -lt 1593561600 ]; then + if [ "$(date +%s)" -lt 1609459199 ]; then # Dec 31 2020 23:59:59 UTC tries=(_initial_ 1 2 3 4 5 6 7 8 9) else tries=(_initial_)