We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54b981 commit 5e37bebCopy full SHA for 5e37beb
Example/Auth/Tests/FIRAuthDispatcherTests.m
@@ -22,7 +22,7 @@
22
@brief The maximum difference between time intervals (in seconds), after which they will be
23
considered different.
24
*/
25
-static const NSTimeInterval kMaxDifferenceBetweenTimeIntervals = 0.1;
+static const NSTimeInterval kMaxDifferenceBetweenTimeIntervals = 0.3;
26
27
/** @var kTestDelay
28
@brief Fake time delay before tasks are dispatched.
@@ -32,7 +32,7 @@
32
/** @var kExpectationTimeout
33
@brief The maximum time waiting for expectations to fulfill.
34
35
-static const NSTimeInterval kExpectationTimeout = 3;
+static const NSTimeInterval kExpectationTimeout = 2;
36
37
id<OS_dispatch_queue> testWorkQueue;
38
0 commit comments