Skip to content

Commit d5bb7dc

Browse files
authored
Increase testGetAuthCookie timeout (#22827)
1 parent 549ace5 commit d5bb7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/WordPressTest/AtomicAuthenticationServiceTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ class AtomicAuthenticationServiceTests: CoreDataTestCase {
5151
XCTFail("Can't get the requested auth cookie.")
5252
}
5353

54-
waitForExpectations(timeout: TimeInterval(0.2))
54+
waitForExpectations(timeout: TimeInterval(5))
5555
}
5656
}

0 commit comments

Comments
 (0)