diff --git a/tests/gclient_scm_test.py b/tests/gclient_scm_test.py index 216b88d15..e91636854 100755 --- a/tests/gclient_scm_test.py +++ b/tests/gclient_scm_test.py @@ -499,7 +499,7 @@ class SVNWrapperTestCase(BaseTestCase): gclient_scm.gclient_utils.CheckCallAndFilterAndHeader( ['svn', 'checkout', '--depth', 'empty', self.url, self.base_path], always=True, - nag_max=6, + nag_max=30, nag_timer=30, cwd=self.root_dir) gclient_scm.scm.SVN.RunAndGetFileList( @@ -535,7 +535,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=6, always=True, cwd=self.root_dir) + nag_timer=30, nag_max=30, always=True, cwd=self.root_dir) self.mox.ReplayAll() scm = self._scm_wrapper(url=self.url, root_dir=self.root_dir, @@ -568,7 +568,7 @@ class SVNWrapperTestCase(BaseTestCase): gclient_scm.gclient_utils.CheckCallAndFilterAndHeader( ['svn', 'checkout', '--depth', 'empty', self.url, self.base_path], always=True, - nag_max=6, + nag_max=30, nag_timer=30, cwd=self.root_dir) gclient_scm.scm.SVN.RunAndGetFileList(