diff --git a/WordPress/WordPressTest/AtomicAuthenticationServiceTests.swift b/WordPress/WordPressTest/AtomicAuthenticationServiceTests.swift index 9e43fd0b1bf8..31fb113cebed 100644 --- a/WordPress/WordPressTest/AtomicAuthenticationServiceTests.swift +++ b/WordPress/WordPressTest/AtomicAuthenticationServiceTests.swift @@ -51,6 +51,6 @@ class AtomicAuthenticationServiceTests: CoreDataTestCase { XCTFail("Can't get the requested auth cookie.") } - waitForExpectations(timeout: TimeInterval(0.2)) + waitForExpectations(timeout: TimeInterval(5)) } }