diff --git a/test/media/streaming_engine_integration.js b/test/media/streaming_engine_integration.js index 709175711b..c9aa8c0a1e 100644 --- a/test/media/streaming_engine_integration.js +++ b/test/media/streaming_engine_integration.js @@ -419,8 +419,9 @@ describe('StreamingEngine', () => { // 3. Playhead seeks to force us back inside the window // 4. (maybe) seek if there is a gap at the period boundary // 5. (maybe) seek to flush a pipeline stall + // 6. (maybe) on slower platforms (e.g. GitHub actions) expect(seekCount).toBeGreaterThan(2); - expect(seekCount).toBeLessThan(6); + expect(seekCount).toBeLessThan(7); }); });