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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user