From 792b4c447cfd9a87688a8ed4b9e1de1ae4a4bb1c Mon Sep 17 00:00:00 2001 From: Russel Waters Date: Wed, 6 Jan 2021 10:20:04 -0800 Subject: [PATCH] Increment retry date string (#3082) --- ci/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test.sh b/ci/test.sh index 36d11c6c..10a24003 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -47,7 +47,7 @@ run_tests() { TIMEOUT_TIME_ARG="" fi - if [ "$(date +%s)" -lt 1609459199 ]; then # Dec 31 2020 23:59:59 UTC + if [ "$(date +%s)" -lt 1625057999 ]; then # June 30 2021 23:59:59 UTC tries=(_initial_ 1 2 3 4 5 6 7 8 9) else tries=(_initial_)