Skip to content

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvister committed Dec 6, 2018
1 parent ca74729 commit 22e8de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Binance.Tests/WebSocket/BinanceWebSocketStreamTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public async Task HandleCombinedStreamData()

var isMessageEventReceived = false;

using (var cts = new CancellationTokenSource(TimeSpan.FromSeconds(2)))
using (var cts = new CancellationTokenSource(TimeSpan.FromSeconds(3)))
{
stream.Message += (s, e) =>
{
Expand Down

0 comments on commit 22e8de8

Please sign in to comment.