diff --git a/back/tests.js b/back/tests.js index c6c587255..8f612c220 100644 --- a/back/tests.js +++ b/back/tests.js @@ -27,7 +27,7 @@ async function test() { const app = require('vn-loopback/server/server'); app.boot(bootOptions); - await new Promise(resolve => setTimeout(resolve, 5000)); + await new Promise(resolve => setTimeout(resolve, 15000)); const Jasmine = require('jasmine'); const jasmine = new Jasmine();