Skip to content

Commit

Permalink
Increases the wait time for a breaking test (#3419)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/0/1208389158134600/f

## Description

Increases the wait time for a breaking test. Locally the test works just
fine so I'm guessing it's something with the CI making the test slower.
  • Loading branch information
diegoreymendez authored Oct 8, 2024
1 parent 9509c67 commit 966c1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGoTests/ContextualDaxDialogsFactoryTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ extension ContextualDaxDialogsFactoryTests {
XCTAssertNotNil(host.view)

// THEN
waitForExpectations(timeout: 2.0)
waitForExpectations(timeout: 10.0)
XCTAssertTrue(pixelReporterMock.didCallTrackScreenImpressionCalled)
XCTAssertEqual(pixelReporterMock.capturedScreenImpression, event)
}
Expand Down

0 comments on commit 966c1ab

Please sign in to comment.