feat(experiments): Make the time-duration consistent(in seconds) at every place (#160)
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
committed by
GitHub
parent
1b8849fde3
commit
2442eaeb1f
@@ -28,7 +28,6 @@ spec:
|
||||
- name: NETWORK_DELAY
|
||||
value: '60000'
|
||||
|
||||
# in milliseconds
|
||||
- name: TOTAL_CHAOS_DURATION
|
||||
value: '60000'
|
||||
value: '60' # in seconds
|
||||
|
||||
|
@@ -65,9 +65,8 @@ spec:
|
||||
- name: NETWORK_DELAY
|
||||
value: '60000'
|
||||
|
||||
# in milliseconds
|
||||
- name: TOTAL_CHAOS_DURATION
|
||||
value: '60000'
|
||||
value: '60' # in seconds
|
||||
|
||||
- name: LIVENESS_APP_LABEL
|
||||
value: ''
|
||||
|
Reference in New Issue
Block a user