Skip to content

Commit

Permalink
Fixed RTP2g test.
Browse files Browse the repository at this point in the history
  • Loading branch information
maratal committed Apr 26, 2024
1 parent 1e0c2a7 commit 9cfc2fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Test/Tests/RealtimeClientPresenceTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1996,11 +1996,11 @@ class RealtimeClientPresenceTests: XCTestCase {

waitUntil(timeout: testTimeout) { done in

Check failure on line 1997 in Test/Tests/RealtimeClientPresenceTests.swift

View workflow job for this annotation

GitHub Actions / check (macOS, test_macOS)

test__FLAKY__051__Presence__PresenceMap__any_incoming_presence_message_that_passes_the_newness_check_should_be_emitted_on_the_Presence_object__with_an_event_name_set_to_its_original_action, Waited more than 20.0 seconds
let partialDone = AblyTests.splitDone(2, done: done)
channel.presence.enterClient("tester", data: nil) { error in
XCTAssertNil(error)
channel.presence.subscribe(.enter) { _ in
partialDone()
}
channel.presence.subscribe(.enter) { _ in
channel.presence.enterClient("tester", data: nil) { error in
XCTAssertNil(error)
partialDone()
}
}
Expand Down

0 comments on commit 9cfc2fa

Please sign in to comment.