Skip to content

Commit e1f6cbc

Browse files
committed
Mitigate AsyncAwaitTests.testWaitUntilDoesNotCompleteBeforeRunLoopIsWaiting flakes some more
1 parent 0f2113e commit e1f6cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/NimbleTests/AsyncAwaitTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ final class AsyncAwaitTest: XCTestCase { // swiftlint:disable:this type_body_len
288288
if failed {
289289
break
290290
}
291-
await waitUntil() { done in
291+
await waitUntil(timeout: .milliseconds(100)) { done in
292292
runQueue.async {
293293
done()
294294
}

0 commit comments

Comments
 (0)