diff --git a/tests/routes/static-pages.test.js b/tests/routes/static-pages.test.js index 769cffbb9..cb4ce6953 100644 --- a/tests/routes/static-pages.test.js +++ b/tests/routes/static-pages.test.js @@ -4,9 +4,9 @@ const supertest = require('supertest'); const app = supertest.agent(require('app.js').app) .set('X-Forwarded-Proto', 'https'); -const timeout = 10000; //ms -const start = Date.now(); -while (Date.now() < start + timeout){}; +// const timeout = 10000; //ms +// const start = Date.now(); +// while (Date.now() < start + timeout){}; describe('Tests for static pages', ()=>{ it('Home page works', ()=>{