Skip to content

Commit

Permalink
Merge pull request #2890 from Hyperkid123/e2e-script
Browse files Browse the repository at this point in the history
Update wait on host value.
  • Loading branch information
Hyperkid123 authored Jul 3, 2024
2 parents aec3115 + 8320c8a commit d792f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { spawn, execSync } = require('child_process');
const waitOn = require('wait-on');

const options = {
resources: ['https://localhost:1337/webpack-dev-server'],
resources: ['https://127.0.0.1:1337/webpack-dev-server'],
delay: 6000,
interval: 3000, // wait for 3 sec
validateStatus: function (status) {
Expand Down

0 comments on commit d792f61

Please sign in to comment.