Skip to content
Snippets Groups Projects
Verified Commit bbebc9d7 authored by Loïs Poujade's avatar Loïs Poujade
Browse files

increase server launch timeout

parent f4d922bb
No related branches found
No related tags found
No related merge requests found
Pipeline #1195 failed
...@@ -6,7 +6,7 @@ module.exports = { ...@@ -6,7 +6,7 @@ module.exports = {
server: [{ server: [{
command: 'npm run server -- -p 4488', command: 'npm run server -- -p 4488',
host: '127.0.0.1', host: '127.0.0.1',
launchTimeout: 5000, launchTimeout: 10000,
port: 4488, port: 4488,
}], }],
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment