Skip to content

Commit

Permalink
Make tests less flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Alekseev committed Feb 8, 2021
1 parent d97b3fd commit 5e23dad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ final class PreflightPostflightTimeoutTrackingTestRunnerStreamTests: XCTestCase
dateProvider: dateProvider,
onPreflightTimeout: { [weak self] in self?.preflightExpectation.fulfill() },
onPostflightTimeout: { [weak self] _ in self?.postflightExpectation.fulfill() },
maximumPreflightDuration: 5.0,
maximumPreflightDuration: 0.01,
maximumPostflightDuration: 0.01,
pollPeriod: .milliseconds(1)
)
Expand Down

0 comments on commit 5e23dad

Please sign in to comment.