0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 14:12:40 +00:00

Increase home page test timeout (5s -> 30s)

This commit is contained in:
G.Ambatte
2022-03-22 10:53:33 +13:00
parent 57c5f28938
commit 0d8ad50e2a

View File

@@ -7,7 +7,7 @@ const app = supertest.agent(require('app.js').app)
describe('Tests for static pages', ()=>{
it('Home page works', ()=>{
return app.get('/').expect(200);
});
}, 30000);
it('Home page v3 works', ()=>{
return app.get('/v3_preview').expect(200);