Skip to content

Commit

Permalink
Merge pull request #34911 from cachedout/backport_34906
Browse files Browse the repository at this point in the history
Backport #34906
  • Loading branch information
Mike Place committed Jul 22, 2016
2 parents 6ccc27f + 8becec2 commit 34dc2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ class ShellCase(AdaptedConfigurationTestCaseMixIn, ShellTestCase):
_script_dir_ = SCRIPT_DIR
_python_executable_ = PYEXEC

def run_salt(self, arg_str, with_retcode=False, catch_stderr=False):
def run_salt(self, arg_str, with_retcode=False, catch_stderr=False, timeout=15): # pylint: disable=W0221
'''
Execute salt
'''
Expand Down

0 comments on commit 34dc2fd

Please sign in to comment.