refactor: rename constant to a more sensible name
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index 2a184016371efa766b3d633051a1a17c9ff951d2..966fd83af261c12ecc44c4e907203bf7829f837b 100644 (file)
@@ -49,7 +49,7 @@ export class Constants {
 
   static readonly MAX_RANDOM_INTEGER = 281474976710654;
 
-  static readonly STOP_SIMULATOR_TIMEOUT = 120000; // Ms
+  static readonly STOP_CHARGING_STATIONS_TIMEOUT = 120000; // Ms
 
   static readonly EMPTY_FROZEN_OBJECT = Object.freeze({});
   static readonly EMPTY_FUNCTION = Object.freeze(() => {