extend test retry deadline 12/31/2020 23:59:59 UTC (#2859)

This commit is contained in:
Russel Waters 2020-07-27 07:59:57 -07:00 committed by GitHub
commit 49273a1469
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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_)