@centreon/js-config 26.5.0 → 26.5.1

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.
@@ -256,7 +256,7 @@ export default (on: Cypress.PluginEvents): void => {
256
256
  },
257
257
  stopContainers: async () => {
258
258
  if (dockerEnvironment !== null) {
259
- await dockerEnvironment.down();
259
+ await dockerEnvironment.down({ timeout: 0 });
260
260
 
261
261
  dockerEnvironment = null;
262
262
  }
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": "26.5.0",
4
+ "version": "26.5.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/centreon/centreon.git"