Skip to content

Commit

Permalink
take-1: fix customObject receive Test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpubnub committed Nov 28, 2024
1 parent 53742ca commit 1ca31d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UnitTests/PubnubApi.Tests/WhenAMessageIsPublished.cs
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ public static async Task ThenSendAndReceiveCustomObject()

pubnub.Subscribe<MockObject>().Channels(new []{channel}).Execute();

await Task.Delay(3000);
await Task.Delay(1000);

await pubnub.Publish().Channel(channel).Message(objectMessage).ExecuteAsync();

Expand Down

0 comments on commit 1ca31d2

Please sign in to comment.