[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt to fix frequent Auth Unit Test flake on OSX #2017

Merged
merged 1 commit into from
Oct 29, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Example/Auth/Tests/FIRAuthDispatcherTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@brief The maximum difference between time intervals (in seconds), after which they will be
considered different.
*/
static const NSTimeInterval kMaxDifferenceBetweenTimeIntervals = 0.1;
static const NSTimeInterval kMaxDifferenceBetweenTimeIntervals = 0.3;

/** @var kTestDelay
@brief Fake time delay before tasks are dispatched.
Expand All @@ -32,7 +32,7 @@
/** @var kExpectationTimeout
@brief The maximum time waiting for expectations to fulfill.
*/
static const NSTimeInterval kExpectationTimeout = 3;
static const NSTimeInterval kExpectationTimeout = 2;

id<OS_dispatch_queue> testWorkQueue;

Expand Down