From 844914952692fe3e9da62abe73faf09735d21993 Mon Sep 17 00:00:00 2001 From: Russel Waters Date: Wed, 1 Jan 2020 09:19:23 -0500 Subject: [PATCH] Allow core_test retries until 7-1-2020 00:00(gmt) (#2457) --- ci/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test.sh b/ci/test.sh index 97cad4f8..2b16d442 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -44,7 +44,7 @@ run_tests() { TIMEOUT_TIME_ARG="" fi - if [ "$(date +%s)" -lt 1577836799 ]; then + if [ "$(date +%s)" -lt 1593561600 ]; then tries=(_initial_ 1 2 3 4 5 6 7 8 9) else tries=(_initial_)