repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e2ec4a
)
refactor: set CSs stop timeout to 60s
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 14 Jan 2024 13:10:19 +0000
(14:10 +0100)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/src/utils/Constants.ts
b/src/utils/Constants.ts
index 2223c5efc8fc118bb0723f95b1dcdd7edc60a5c3..0cfa5f99b78aa48adc42eb6e0ddbd8b7a75d545a 100644
(file)
--- a/
src/utils/Constants.ts
+++ b/
src/utils/Constants.ts
@@
-81,7
+81,7
@@
export class Constants {
static readonly MAX_RANDOM_INTEGER = 281474976710654
- static readonly STOP_CHARGING_STATIONS_TIMEOUT =
12
0000 // Ms
+ static readonly STOP_CHARGING_STATIONS_TIMEOUT =
6
0000 // Ms
static readonly EMPTY_FROZEN_OBJECT = Object.freeze({})
static readonly EMPTY_FUNCTION = Object.freeze(() => {