Thanks to visit codestin.com Credit goes to github.com
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 42ada40 commit 896daf1Copy full SHA for 896daf1
setup_e2e_test.go
@@ -30,7 +30,7 @@ func init() {
30
if apiKey == "" {
31
panic(fmt.Sprintf("API key is empty, set env variable %q with a valid API key to proceed.", apiKeyEnvName))
32
}
33
- bucket = NewBucket(200 * time.Millisecond)
+ bucket = NewBucket(300 * time.Millisecond)
34
35
api = New(Mainnet, apiKey)
36
api.Verbose = true
0 commit comments