Skip to content

Commit 06ad203

Browse files
authored
Merge branch 'main' into allow_beAnInstanceOf_and_be_as_submatchers
2 parents 7c88bfb + e541b92 commit 06ad203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/NimbleTests/PollingTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ final class PollingTest: XCTestCase {
131131
}
132132

133133
func testWaitUntilDetectsStalledMainThreadActivity() {
134-
let msg = "-waitUntil() timed out but was unable to run the timeout handler because the main thread is unresponsive (0.5 seconds is allow after the wait times out). Conditions that may cause this include processing blocking IO on the main thread, calls to sleep(), deadlocks, and synchronous IPC. Nimble forcefully stopped run loop which may cause future failures in test run."
134+
let msg = "-waitUntil() timed out but was unable to run the timeout handler because the main thread is unresponsive. (0.5 seconds is allowed after the wait times out) Conditions that may cause this include processing blocking IO on the main thread, calls to sleep(), deadlocks, and synchronous IPC. Nimble forcefully stopped the run loop which may cause future failures in test runs."
135135
failsWithErrorMessage(msg) {
136136
waitUntil(timeout: .seconds(1)) { done in
137137
Thread.sleep(forTimeInterval: 3.0)

0 commit comments

Comments
 (0)