Allow core_test retries until 7-1-2020 00:00(gmt) (#2457)
This commit is contained in:
parent
203f5ccbfb
commit
8449149526
1 changed files with 1 additions and 1 deletions
|
@ -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_)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue