diff --git a/test/demo.js b/test/demo.js index 50a309f..24d47cc 100644 --- a/test/demo.js +++ b/test/demo.js @@ -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;