[go: nahoru, domu]

Skip to content

Commit

Permalink
Attempt to fix frequent Auth Unit Test flake on OSX (#2017)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Oct 29, 2018
1 parent f54b981 commit 5e37beb
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 5e37beb

Please sign in to comment.