Skip to content

Commit df0a67e

Browse files
committed
Extend timeouts for tests involving actual network request
1 parent d2cd66d commit df0a67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/APIKitTests/SessionAdapterType/URLSessionAdapterSubclassTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class URLSessionAdapterSubclassTests: XCTestCase {
6868
expectation.fulfill()
6969
})
7070

71-
waitForExpectations(timeout: 10.0, handler: nil)
71+
waitForExpectations(timeout: 30.0, handler: nil)
7272
XCTAssertEqual(adapter.functionCallFlags["urlSession(_:task:didSendBodyData:totalBytesSent:totalBytesExpectedToSend:)"], true)
7373
}
7474
}

0 commit comments

Comments
 (0)