Skip to content

Commit

Permalink
Extend timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyome22 committed Oct 16, 2024
1 parent 0ba2d5a commit 9fb06e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/ExamplesUITests/ExamplesUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ final class ExamplesUITests: XCTestCase {

XCTContext.runActivity(named: "WebViewProxy.loadHTMLString()") { _ in
app.buttons["Load HTML String"].tap()
XCTAssertTrue(app.webViews.staticTexts["Sample"].waitForExistence(timeout: 3))
XCTAssertTrue(app.webViews.staticTexts["Sample"].waitForExistence(timeout: 15))
}

XCTContext.runActivity(named: "WebViewProxy.clearAll()") { _ in
Expand Down

0 comments on commit 9fb06e4

Please sign in to comment.