zen-audio-player / zen-audio-player.github.io

Listen to YouTube videos, without the distracting visuals.
https://zen-audio-player.github.io/
MIT License
228 stars 180 forks source link

CI: Increase demo test timeout to 5s #435

Closed shakeelmohamed closed 2 months ago

shakeelmohamed commented 2 months ago

Summary by Sourcery

This pull request increases the timeout for demo tests from 4 seconds to 5 seconds to ensure tests have sufficient time to complete.

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
zen-audio-player-github-io ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 7:34am
sourcery-ai[bot] commented 2 months ago

Reviewer's Guide by Sourcery

This pull request increases the test timeout in the demo test file from 4000ms to 5000ms. This change is implemented by modifying the TEST_TIMEOUT constant in the test/demo.js file to provide more time for the tests to complete.

File-Level Changes

Files Changes
test/demo.js Increased the test timeout to ensure tests have sufficient time to complete.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - You can change your review settings at any time by accessing your [dashboard](https://sourcery.ai/dashboard): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.
shakeelmohamed commented 2 months ago

FYI @voidCounter