@centreon/js-config 24.10.10 → 24.10.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cypress/e2e/tasks.ts +1 -1
- package/package.json +1 -1
package/cypress/e2e/tasks.ts
CHANGED
|
@@ -257,7 +257,7 @@ export default (on: Cypress.PluginEvents): void => {
|
|
|
257
257
|
},
|
|
258
258
|
stopContainers: async () => {
|
|
259
259
|
if (dockerEnvironment !== null) {
|
|
260
|
-
await dockerEnvironment.down();
|
|
260
|
+
await dockerEnvironment.down({ timeout: 0 });
|
|
261
261
|
|
|
262
262
|
dockerEnvironment = null;
|
|
263
263
|
}
|
package/package.json
CHANGED