Skip to content

Commit 73b6601

Browse files
committed
test: add delay log
1 parent 614a6e1 commit 73b6601

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LeanCloudTests/BaseTestCase.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ extension BaseTestCase {
110110
}
111111

112112
func delay(seconds: TimeInterval = 3.0) {
113+
print("\n------\nwait \(seconds) seconds.\n------\n")
113114
let exp = expectation(description: "delay \(seconds) seconds.")
114115
exp.isInverted = true
115116
wait(for: [exp], timeout: seconds)

0 commit comments

Comments
 (0)