Skip to content

Commit

Permalink
test: Re-enable macOS integration tests for GitHub Actions (#3841)
Browse files Browse the repository at this point in the history
  • Loading branch information
theodab committed Jan 10, 2022
1 parent aeec1ef commit a071ed2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_and_test.yaml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/media/streaming_engine_integration.js
Expand Up @@ -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 () => {
Expand Down

0 comments on commit a071ed2

Please sign in to comment.