Increment retry date string (#3082)
This commit is contained in:
parent
bba21df317
commit
792b4c447c
1 changed files with 1 additions and 1 deletions
|
@ -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_)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue