diff --git a/DuckDuckGoTests/PixelTests.swift b/DuckDuckGoTests/PixelTests.swift index 0fd42f0d15..dc257c5192 100644 --- a/DuckDuckGoTests/PixelTests.swift +++ b/DuckDuckGoTests/PixelTests.swift @@ -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)) } }