Skip to content

Commit 896daf1

Browse files
authored
CI: increase cooling period to avoid rate limit
1 parent 42ada40 commit 896daf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup_e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func init() {
3030
if apiKey == "" {
3131
panic(fmt.Sprintf("API key is empty, set env variable %q with a valid API key to proceed.", apiKeyEnvName))
3232
}
33-
bucket = NewBucket(200 * time.Millisecond)
33+
bucket = NewBucket(300 * time.Millisecond)
3434

3535
api = New(Mainnet, apiKey)
3636
api.Verbose = true

0 commit comments

Comments
 (0)