diff --git a/dht_test.go b/dht_test.go index b8cbf9d5b..ab3124e4d 100644 --- a/dht_test.go +++ b/dht_test.go @@ -1085,7 +1085,7 @@ func TestProvidesMany(t *testing.T) { errchan := make(chan error) - ctxT, cancel = context.WithTimeout(ctx, 5*time.Second) + ctxT, cancel = context.WithTimeout(ctx, 15*time.Second) defer cancel() var wg sync.WaitGroup