You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.info(`The data objects returned from calling ecs.createService were: ${JSON.stringify(resolved)}`);
136
-
resolved.every(e=>!e)&&(result.error='Timeout exceeded: App Slave container(s) took too long to start. Although they timed out, they may have still started.');
136
+
resolved.every((e)=>!e)&&(result.error='Timeout exceeded: App Slave container(s) took too long to start. Although they timed out, they may have still started.');
consthttp=axios.create({/* default is 0 (no timeout) */baseURL: 'http://docker-compose-ui:5000/api/v1',headers: {'Content-type': 'application/json'}});
consthttp=axios.create({/* default is 0 (no timeout) */baseURL: 'http://docker-compose-ui:5000/api/v1',headers: {'Content-type': 'application/json'}});
resolved.every(e=>!e)&&(result.error='Timeout exceeded: Selenium Standalone container(s) took too long to start. Although they timed out, they may have still started. Also check that docker-compose-ui is up.');
70
+
resolved.every((e)=>!e)&&(result.error='Timeout exceeded: Selenium Standalone container(s) took too long to start. Although they timed out, they may have still started. Also check that docker-compose-ui is up.');
0 commit comments