Skip to content

Commit

Permalink
Merge pull request #435 from zen-audio-player/fix-ci
Browse files Browse the repository at this point in the history
CI: Increase demo test timeout to 5s
  • Loading branch information
shakeelmohamed authored Jun 19, 2024
2 parents 6a16d75 + 7c1d0f5 commit c0a99c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const puppeteer = require("puppeteer");
const http = require("http-server");

const SERVER_PORT = 8000;
const TEST_TIMEOUT = 4000;
const TEST_TIMEOUT = 5000;
const indexHTMLURL = `http://localhost:${SERVER_PORT}/index.html`;
let server;

Expand Down

0 comments on commit c0a99c3

Please sign in to comment.