Skip to content

Commit 0a89cd4

Browse files
authored
Merge pull request #52 from apple/agnosticdev/testQUICEcho40KiBMultistreamWithMetrics
Increase timeout for testQUICEcho40KiBMultistreamWithMetrics
2 parents ecfb8ae + 2bd7f42 commit 0a89cd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/SwiftNetworkTests/QUICTestHarness.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ final class QUICTestHarness {
11181118
XCTAssertNotNil(serverReports)
11191119
snapshotExpectation.fulfill()
11201120
}
1121-
wait(for: [snapshotExpectation], timeout: 2.0)
1121+
wait(for: [snapshotExpectation], timeout: 5.0)
11221122
// Now validate the protocol establishment report
11231123
clientReports = nil
11241124
serverReports = nil
@@ -1132,7 +1132,7 @@ final class QUICTestHarness {
11321132
XCTAssertNotNil(serverReports)
11331133
protocolEstablishmentReportExpectation.fulfill()
11341134
}
1135-
wait(for: [protocolEstablishmentReportExpectation], timeout: 2.0)
1135+
wait(for: [protocolEstablishmentReportExpectation], timeout: 5.0)
11361136
} else {
11371137
XCTFail("There should be saved server and client harnesses")
11381138
}

0 commit comments

Comments
 (0)