aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Auth/Tests/FIRUserTests.m
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-12-08 11:27:49 -0800
committerGravatar GitHub <noreply@github.com>2017-12-08 11:27:49 -0800
commit31917f566c0e5d5e1e2f4361cbc2a9f280c6aa5d (patch)
tree88319e6ee265d519cc465b79eaf462dfe3a6eb91 /Example/Auth/Tests/FIRUserTests.m
parent49a7ed7fc9befb753a920ead5c31b80d3f7338c3 (diff)
Double auth unit test timeout to address travis flakiness (#548)
Diffstat (limited to 'Example/Auth/Tests/FIRUserTests.m')
-rw-r--r--Example/Auth/Tests/FIRUserTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Example/Auth/Tests/FIRUserTests.m b/Example/Auth/Tests/FIRUserTests.m
index c044e83..68ee265 100644
--- a/Example/Auth/Tests/FIRUserTests.m
+++ b/Example/Auth/Tests/FIRUserTests.m
@@ -231,7 +231,7 @@ static NSTimeInterval const kLastSignInDateTimeIntervalInSeconds = 1505858583;
/** @var kExpectationTimeout
@brief The maximum time waiting for expectations to fulfill.
*/
-static const NSTimeInterval kExpectationTimeout = 1;
+static const NSTimeInterval kExpectationTimeout = 2;
/** @class FIRUserTests
@brief Tests for @c FIRUser .