Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
miasma13 committed Aug 5, 2024
1 parent 11839fd commit 12d14f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGoTests/PixelTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class PixelTests: XCTestCase {
}, debounce: debounceInterval)
}

wait(for: [firstFireExpectation, thirdFireExpectation], timeout: Double(debounceInterval + 2))
wait(for: [firstFireExpectation, thirdFireExpectation], timeout: Double(debounceInterval + 4))
}

}

0 comments on commit 12d14f5

Please sign in to comment.