From d897c434726c6927b352b7f790b9c5da4730f71e Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Mon, 25 Jun 2018 17:19:02 -0700 Subject: Always run sanitizers with AllUnitTests_iOS (#1447) * Always run sanitizers with AllUnitTests_iOS * increase timeout value --- Example/Auth/Tests/FIREmailLinkSignInResponseTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Example/Auth') 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. -- cgit v1.2.3