Skip to content

Commit 08074be

Browse files
fix: increase timeout in TestProvidesMany (#1027)
1 parent c63c794 commit 08074be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dht_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ func TestProvidesMany(t *testing.T) {
10821082

10831083
errchan := make(chan error)
10841084

1085-
ctxT, cancel = context.WithTimeout(ctx, 5*time.Second)
1085+
ctxT, cancel = context.WithTimeout(ctx, 15*time.Second)
10861086
defer cancel()
10871087

10881088
var wg sync.WaitGroup

0 commit comments

Comments
 (0)