Skip to content

Commit

Permalink
fix: increase timeout in TestProvidesMany (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumemichel authored Feb 7, 2025
1 parent c63c794 commit 08074be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dht_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,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
Expand Down

0 comments on commit 08074be

Please sign in to comment.