Skip to content

Commit 84f073d

Browse files
committed
Push to 2 seconds
1 parent ef42535 commit 84f073d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci_test_etherscan.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ delay_etherscan () {
1212
if [ "$GITHUB_ETHERSCAN" = "" ]; then
1313
sleep 5s
1414
else
15-
# Always sleep 1 second in the CI
15+
# Always sleep 2 second in the CI
1616
# We have a lot of concurrent github action so this is needed
17-
sleep 1s
17+
sleep 2s
1818
fi
1919
}
2020

0 commit comments

Comments
 (0)