We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30333e5 commit 3ea6558Copy full SHA for 3ea6558
scripts/ci_test_etherscan.sh
@@ -10,7 +10,7 @@ solc-select use 0.4.25 --always-install
10
delay_no_key () {
11
# Perform a small sleep when API key is not available (e.g. on PR CI from external contributor)
12
if [ "$GITHUB_ETHERSCAN" = "" ]; then
13
- sleep $(( ( RANDOM % 5 ) + 1 ))s
+ sleep 5s
14
fi
15
}
16
0 commit comments