Index: tests/gclient_scm_test.py |
diff --git a/tests/gclient_scm_test.py b/tests/gclient_scm_test.py |
index 3f1ff3b02772c607edcdfaee46369faa717a3807..f6f60c50b8668259d5f24aad1bad42afc3ed16c4 100755 |
--- a/tests/gclient_scm_test.py |
+++ b/tests/gclient_scm_test.py |
@@ -498,7 +498,7 @@ class SVNWrapperTestCase(BaseTestCase): |
gclient_scm.gclient_utils.CheckCallAndFilterAndHeader( |
['svn', 'checkout', '--depth', 'empty', self.url, self.base_path], |
always=True, |
- nag_max=3, |
+ nag_max=6, |
nag_timer=30, |
cwd=self.root_dir) |
gclient_scm.scm.SVN.RunAndGetFileList( |
@@ -534,7 +534,7 @@ class SVNWrapperTestCase(BaseTestCase): |
files_list = self.mox.CreateMockAnything() |
gclient_scm.gclient_utils.CheckCallAndFilterAndHeader( |
['svn', 'export', join(self.url, 'DEPS'), join(self.base_path, 'DEPS')], |
- nag_timer=30, nag_max=3, always=True, cwd=self.root_dir) |
+ nag_timer=30, nag_max=6, always=True, cwd=self.root_dir) |
self.mox.ReplayAll() |
scm = self._scm_wrapper(url=self.url, root_dir=self.root_dir, |
@@ -567,7 +567,7 @@ class SVNWrapperTestCase(BaseTestCase): |
gclient_scm.gclient_utils.CheckCallAndFilterAndHeader( |
['svn', 'checkout', '--depth', 'empty', self.url, self.base_path], |
always=True, |
- nag_max=3, |
+ nag_max=6, |
nag_timer=30, |
cwd=self.root_dir) |
gclient_scm.scm.SVN.RunAndGetFileList( |