File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ class AsyncAwaitTests: XCTestCase {
167167 XCTAssertEqual ( userId, 1234 )
168168 exp. fulfill ( )
169169 }
170- waitForExpectations ( timeout: 0.3 , handler: nil )
170+ waitForExpectations ( timeout: 0.5 , handler: nil )
171171 }
172172
173173 func testAwaitNilingOperatorError( ) {
@@ -179,7 +179,7 @@ class AsyncAwaitTests: XCTestCase {
179179 } . onError { _ in
180180 XCTFail ( " testFailingAsyncAwait failed " )
181181 }
182- waitForExpectations ( timeout: 0.3 , handler: nil )
182+ waitForExpectations ( timeout: 0.5 , handler: nil )
183183 }
184184
185185 /// Optional Operator ..? - nils out instead of throwing
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class OnErrorTests: XCTestCase {
2626 finallyExpectation. fulfill ( )
2727 }
2828
29- waitForExpectations ( timeout: 0.5 , handler: nil )
29+ waitForExpectations ( timeout: 0.7 , handler: nil )
3030 }
3131
3232 func testOnErrorCalledWhenSynchronousRejects( ) {
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ class RegisterThenTests: XCTestCase {
143143 . then { _ in
144144 timerExpectation. fulfill ( )
145145 }
146- waitForExpectations ( timeout: 0.5 , handler: nil )
146+ waitForExpectations ( timeout: 0.7 , handler: nil )
147147 }
148148
149149 func testRegisterThenMultipleThenOnlyCallOriginalPromiseOnce( ) {
You can’t perform that action at this time.
0 commit comments