Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Marfusios committed Feb 20, 2023
1 parent fa7f20d commit 97188dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,3 @@ with an example how to ignore/discard buffered messages and always process only
### Available for help
I do consulting, please don't hesitate to contact me if you have a custom solution you would like me to implement ([web](http://mkotas.cz/),
<[email protected]>)

Donations gratefully accepted.
* [![Donate with Bitcoin](https://en.cryptobadges.io/badge/small/1HfxKZhvm68qK3gE8bJAdDBWkcZ2AFs9pw)](https://en.cryptobadges.io/donate/1HfxKZhvm68qK3gE8bJAdDBWkcZ2AFs9pw)
* [![Donate with Litecoin](https://en.cryptobadges.io/badge/small/LftdENE8DTbLpV6RZLKLdzYzVU82E6dz4W)](https://en.cryptobadges.io/donate/LftdENE8DTbLpV6RZLKLdzYzVU82E6dz4W)
* [![Donate with Ethereum](https://en.cryptobadges.io/badge/small/0xb9637c56b307f24372cdcebd208c0679d4e48a47)](https://en.cryptobadges.io/donate/0xb9637c56b307f24372cdcebd208c0679d4e48a47)
2 changes: 1 addition & 1 deletion test/Websocket.Client.Tests/ReconnectionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public async Task ManualReconnect_Advanced_ShouldWorkAsExpected()
await client.Reconnect();
await client.ReconnectOrFail();

await Task.Delay(4000);
await Task.Delay(8000);

_output.WriteLine($"Received message {receivedCount} times and reconnected {receivedCount} times, " +
$"last: {lastReconnectionType}");
Expand Down

0 comments on commit 97188dd

Please sign in to comment.