Skip to content

Commit d508883

Browse files
committed
increase timeout for flakey test
1 parent a9b22c4 commit d508883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitswap/client/bitswap_with_sessions_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ func TestFetchNotConnected(t *testing.T) {
318318
}
319319

320320
func TestFetchAfterDisconnect(t *testing.T) {
321-
ctx, cancel := context.WithTimeout(context.Background(), 2*time.Second)
321+
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
322322
defer cancel()
323323

324324
vnet := getVirtualNetwork()

0 commit comments

Comments
 (0)