@@ -33,7 +33,7 @@ class AsyncAwaitTests: XCTestCase {
3333 } . onError { _ in
3434 exp. fulfill ( )
3535 }
36- waitForExpectations ( timeout: 0.3 , handler: nil )
36+ waitForExpectations ( timeout: 0.5 , handler: nil )
3737 }
3838
3939 func testCatchFailingAsyncAwait( ) {
@@ -95,7 +95,7 @@ class AsyncAwaitTests: XCTestCase {
9595 } . onError { _ in
9696 exp. fulfill ( )
9797 }
98- waitForExpectations ( timeout: 0.3 , handler: nil )
98+ waitForExpectations ( timeout: 0.5 , handler: nil )
9999 }
100100
101101 func testCatchFailingAsyncAwaitOperator( ) {
@@ -192,7 +192,7 @@ class AsyncAwaitTests: XCTestCase {
192192 XCTAssertEqual ( userId, 1234 )
193193 exp. fulfill ( )
194194 }
195- waitForExpectations ( timeout: 0.3 , handler: nil )
195+ waitForExpectations ( timeout: 0.5 , handler: nil )
196196 }
197197
198198 func testAwaitNilingOperatorErrorOptinal( ) {
@@ -205,7 +205,7 @@ class AsyncAwaitTests: XCTestCase {
205205 } . onError { _ in
206206 XCTFail ( " testFailingAsyncAwait failed " )
207207 }
208- waitForExpectations ( timeout: 0.3 , handler: nil )
208+ waitForExpectations ( timeout: 0.5 , handler: nil )
209209 }
210210
211211 func testAwaitNilingOperatorErrorNilOptional( ) {
0 commit comments