Skip to content

Commit 9a8ac32

Browse files
test: increase timeout for element
1 parent 3851eab commit 9a8ac32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExampleUITests/FirebaseSwiftUIExampleUITests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ final class FirebaseSwiftUIExampleUITests: XCTestCase {
8282

8383
signOutButton.tap()
8484
XCTAssertTrue(
85-
signInButton.waitForExistence(timeout: 10),
85+
signInButton.waitForExistence(timeout: 20),
8686
"Sign-In button should exist after logout"
8787
)
8888

0 commit comments

Comments
 (0)