We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecfb8ae + 2bd7f42 commit 0a89cd4Copy full SHA for 0a89cd4
1 file changed
Tests/SwiftNetworkTests/QUICTestHarness.swift
@@ -1118,7 +1118,7 @@ final class QUICTestHarness {
1118
XCTAssertNotNil(serverReports)
1119
snapshotExpectation.fulfill()
1120
}
1121
- wait(for: [snapshotExpectation], timeout: 2.0)
+ wait(for: [snapshotExpectation], timeout: 5.0)
1122
// Now validate the protocol establishment report
1123
clientReports = nil
1124
serverReports = nil
@@ -1132,7 +1132,7 @@ final class QUICTestHarness {
1132
1133
protocolEstablishmentReportExpectation.fulfill()
1134
1135
- wait(for: [protocolEstablishmentReportExpectation], timeout: 2.0)
+ wait(for: [protocolEstablishmentReportExpectation], timeout: 5.0)
1136
} else {
1137
XCTFail("There should be saved server and client harnesses")
1138
0 commit comments