We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d683aee commit 1f0e133Copy full SHA for 1f0e133
Tests/AblyChatTests/Helpers/Helpers.swift
@@ -162,7 +162,7 @@ class MockMethodCallRecorder: @unchecked Sendable {
162
return result
163
}
164
165
- func waitUntil(hasMatching signature: String, arguments: [String: Any], forMaxTimeout timeout: TimeInterval = 0.5) -> Bool {
+ func waitUntil(hasMatching signature: String, arguments: [String: Any], forMaxTimeout timeout: TimeInterval = 1.0) -> Bool {
166
let startedAt = Date()
167
while !hasRecord(matching: signature, arguments: arguments) {
168
if startedAt.distance(to: Date()) > timeout {
0 commit comments