Skip to content
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