From 47980347ccc40349ab3c8a596773e48391edccc9 Mon Sep 17 00:00:00 2001 From: Andre Rodrigues Date: Mon, 9 Jan 2012 23:25:25 -0800 Subject: [PATCH] Adjusting min retry interval to make tests run faster. --- test/common/exponentialretrypolicyfilter-tests.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/common/exponentialretrypolicyfilter-tests.js b/test/common/exponentialretrypolicyfilter-tests.js index 15cf47bf3..227f29222 100644 --- a/test/common/exponentialretrypolicyfilter-tests.js +++ b/test/common/exponentialretrypolicyfilter-tests.js @@ -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;