Skip to content

Commit

Permalink
CI: Increase demo test timeout to 5s
Browse files Browse the repository at this point in the history
  • Loading branch information
shakeelmohamed committed Jun 19, 2024
1 parent 6a16d75 commit 7c1d0f5
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 7c1d0f5

Please sign in to comment.