From d21b3e5b325234f182a090f44961c0e547d36154 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Tue, 23 Oct 2018 10:22:35 -0700 Subject: [PATCH] Increase timeout for testDispatchAfterDelay --- Example/Auth/Tests/FIRAuthDispatcherTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/Auth/Tests/FIRAuthDispatcherTests.m b/Example/Auth/Tests/FIRAuthDispatcherTests.m index 193be4cd592..9eeb2391afa 100644 --- a/Example/Auth/Tests/FIRAuthDispatcherTests.m +++ b/Example/Auth/Tests/FIRAuthDispatcherTests.m @@ -32,7 +32,7 @@ /** @var kExpectationTimeout @brief The maximum time waiting for expectations to fulfill. */ -static const NSTimeInterval kExpectationTimeout = 2; +static const NSTimeInterval kExpectationTimeout = 3; id testWorkQueue;