how to delay program in node js code example
Example: node scripts delay
"scripts": { "test:system": "npm-run-all build -p -r serve test", "build": "webpack", "serve": "serve -p 8000", "test": "wait-on http://localhost:8001 && npm run test:codecept", "test:codecept": "codecept",}