Skip to content

Commit

Permalink
chore: increase timeout to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
limebell authored and s2quake committed Nov 29, 2024
1 parent 61f471d commit c2a71cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Libplanet.Net/Consensus/Gossip.cs
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ await optimized.ParallelForEachAsync(
Message[] replies = (await _transport.SendMessageAsync(
pair.Key,
want,
TimeSpan.FromSeconds(1),
TimeSpan.FromSeconds(5),
idsToGet.Length,
true,
ctx)).ToArray();
Expand Down

0 comments on commit c2a71cd

Please sign in to comment.