@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.
@@ -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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@centreon/js-config",
3
3
  "description": "Centreon Frontend shared build configuration",
4
- "version": "24.10.10",
4
+ "version": "24.10.11",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/centreon/centreon.git"