refactor: set CSs stop timeout to 60s
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 14 Jan 2024 13:10:19 +0000 (14:10 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 14 Jan 2024 13:10:19 +0000 (14:10 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/utils/Constants.ts

index 2223c5efc8fc118bb0723f95b1dcdd7edc60a5c3..0cfa5f99b78aa48adc42eb6e0ddbd8b7a75d545a 100644 (file)
@@ -81,7 +81,7 @@ export class Constants {
 
   static readonly MAX_RANDOM_INTEGER = 281474976710654
 
-  static readonly STOP_CHARGING_STATIONS_TIMEOUT = 120000 // Ms
+  static readonly STOP_CHARGING_STATIONS_TIMEOUT = 60000 // Ms
 
   static readonly EMPTY_FROZEN_OBJECT = Object.freeze({})
   static readonly EMPTY_FUNCTION = Object.freeze(() => {