Skip to content

Commit

Permalink
afadfasdfadsf
Browse files Browse the repository at this point in the history
  • Loading branch information
nan-li committed Jun 24, 2024
1 parent f61d1be commit 42bbf9e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,9 @@ public class MockOneSignalClient: NSObject, IOneSignalClient {
@objc
public func waitForRequestsToComplete() {
while self.numDispatches < executedRequests.count {
print("🦋 numDispatches: \(self.numDispatches) and executed count: \(executedRequests.count)")
executionQueue.sync {
Thread.sleep(forTimeInterval: TimeInterval(1))
Thread.sleep(forTimeInterval: TimeInterval(0.2))
}
}
}
Expand Down

0 comments on commit 42bbf9e

Please sign in to comment.