From a071ed20d44d1d60240ae9435256937648473d1c Mon Sep 17 00:00:00 2001 From: theodab Date: Mon, 10 Jan 2022 15:41:25 -0800 Subject: [PATCH] test: Re-enable macOS integration tests for GitHub Actions (#3841) --- .github/workflows/build_and_test.yaml | 4 ---- test/media/streaming_engine_integration.js | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index 1029911bf3..54420557c3 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -35,10 +35,6 @@ jobs: # Run Linux with xvfb, so they're headless. - os: ubuntu-latest extra_flags: "--use-xvfb" - # Run macOS with --quick for now, since the integration tests crash. - # TODO: Figure out the source of the crash and fix that instead. - - os: macos-latest - extra_flags: "--quick" # Also test Edge on Windows. - os: windows-latest browser: Edge diff --git a/test/media/streaming_engine_integration.js b/test/media/streaming_engine_integration.js index 96a93b920d..daa2789e0a 100644 --- a/test/media/streaming_engine_integration.js +++ b/test/media/streaming_engine_integration.js @@ -287,7 +287,7 @@ describe('StreamingEngine', () => { streamingEngine.switchVariant(variant); await streamingEngine.start(); video.play(); - await waiter.timeoutAfter(90).waitForEnd(video); + await waiter.timeoutAfter(120).waitForEnd(video); }); it('plays at high playback rates', async () => {