Adjusting min retry interval to make tests run faster.
This commit is contained in:
Родитель
0403595f58
Коммит
47980347cc
|
@ -80,6 +80,8 @@ module.exports = testCase(
|
|||
if (tabletestutil.isMocked && !tabletestutil.isRecording) {
|
||||
// if a playback on the mockserver is running, retryinterval can be lower
|
||||
retryInterval = 30;
|
||||
|
||||
exponentialRetryPolicyFilter.minRetryInterval = 30;
|
||||
}
|
||||
|
||||
exponentialRetryPolicyFilter.retryCount = retryCount;
|
||||
|
|
Загрузка…
Ссылка в новой задаче