Skip to content

Commit

Permalink
Increment retry date string (nanocurrency#3082)
Browse files Browse the repository at this point in the history
  • Loading branch information
Russel Waters authored Jan 6, 2021
1 parent bba21df commit 792b4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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_)
Expand Down

0 comments on commit 792b4c4

Please sign in to comment.