aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Auth
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-06-25 17:19:02 -0700
committerGravatar GitHub <noreply@github.com>2018-06-25 17:19:02 -0700
commitd897c434726c6927b352b7f790b9c5da4730f71e (patch)
tree567f25251cd61ee5bea65e73d7cf7561b8ce9a70 /Example/Auth
parent6eb22aa3a05ed95026d35652524345039be7041a (diff)
Always run sanitizers with AllUnitTests_iOS (#1447)
* Always run sanitizers with AllUnitTests_iOS * increase timeout value
Diffstat (limited to 'Example/Auth')
-rw-r--r--Example/Auth/Tests/FIREmailLinkSignInResponseTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Example/Auth/Tests/FIREmailLinkSignInResponseTests.m b/Example/Auth/Tests/FIREmailLinkSignInResponseTests.m
index cc2c544..e18e480 100644
--- a/Example/Auth/Tests/FIREmailLinkSignInResponseTests.m
+++ b/Example/Auth/Tests/FIREmailLinkSignInResponseTests.m
@@ -87,7 +87,7 @@ static const NSTimeInterval kTestTokenExpirationTimeInterval = 55 * 60;
@brief The maximum difference between time two dates (in seconds), after which they will be
considered different.
*/
-static const NSTimeInterval kMaxDifferenceBetweenDates = 0.0001;
+static const NSTimeInterval kMaxDifferenceBetweenDates = 0.001;
/** @var kFakeIsNewUSerFlag
@brief The fake fake isNewUser flag in the response.