Skip to content

Commit

Permalink
asdfasdf
Browse files Browse the repository at this point in the history
  • Loading branch information
nan-li committed Jun 24, 2024
1 parent a95a15d commit 36b0075
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public class MockOneSignalClient: NSObject, IOneSignalClient {
while self.numDispatches < executedRequests.count {
print("🦋 numDispatches: \(self.numDispatches) and executed count: \(executedRequests.count)")
executionQueue.sync {
Thread.sleep(forTimeInterval: TimeInterval(0.2))
Thread.sleep(forTimeInterval: TimeInterval(1))
}
}
}
Expand Down

0 comments on commit 36b0075

Please sign in to comment.