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 b3a1420 commit 65e1b7aCopy full SHA for 65e1b7a
seth/util_test.go
@@ -3,7 +3,6 @@ package seth_test
3
import (
4
"context"
5
"errors"
6
- "fmt"
7
"math/big"
8
"sync"
9
"testing"
@@ -144,7 +143,7 @@ func TestUtilPendingNonce(t *testing.T) {
144
143
{
145
name: "processes all in time",
146
keyNum: 0,
147
- timeout: 1 * time.Minute,
+ timeout: 2 * time.Minute,
148
shouldFail: false,
149
},
150
@@ -155,8 +154,6 @@ func TestUtilPendingNonce(t *testing.T) {
155
154
156
}
157
158
- fmt.Printf("RPC Url: %s\n", c.Cfg.MustFirstNetworkURL())
159
-
160
for _, testCase := range tests {
161
started := make(chan struct{})
162
ctx, cancelFn := context.WithTimeout(context.Background(), 10*time.Second)
0 commit comments