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 614a6e1 commit 73b6601Copy full SHA for 73b6601
LeanCloudTests/BaseTestCase.swift
@@ -110,6 +110,7 @@ extension BaseTestCase {
110
}
111
112
func delay(seconds: TimeInterval = 3.0) {
113
+ print("\n------\nwait \(seconds) seconds.\n------\n")
114
let exp = expectation(description: "delay \(seconds) seconds.")
115
exp.isInverted = true
116
wait(for: [exp], timeout: seconds)
0 commit comments