Skip to content
Snippets Groups Projects
Commit 1e65f2de authored by Chris Beer's avatar Chris Beer
Browse files

Set an explicit host for running puppeteer tests

parent ffcbf1c8
Branches
Tags
3 merge requests!4Integrate upstream tests into gitlab ci,!3Update mirador code from official project,!2test gitlab ci (dont merge)
......@@ -4,7 +4,8 @@ module.exports = {
},
server: [{
command: 'npm run server -- -p 4488',
launchTimeout: 180000,
host: '127.0.0.1',
launchTimeout: 5000,
port: 4488,
}],
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment