mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
DEV: add "WAIT_FOR_URL" env to smoke test
This allows you to wait up to N seconds for the smoke test url to come up in some cases you want to kick off the smoke test prior to having the smoke test env ready to accept connections
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
/*eslint no-console: "off"*/
|
||||
|
||||
const args = process.argv.slice(2);
|
||||
|
||||
if (args.length < 1 || args.length > 2) {
|
||||
|
Reference in New Issue
Block a user