mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Increase timeout for flaky git test
This commit is contained in:
parent
5d267a2db9
commit
dbe40df7de
1 changed files with 2 additions and 1 deletions
|
@ -669,7 +669,8 @@ class GitModuleTest(ModuleCase):
|
|||
second_rev = self.run_function(
|
||||
'git.revision',
|
||||
[self.repo],
|
||||
rev=self.branches[1]
|
||||
rev=self.branches[1],
|
||||
timeout=120
|
||||
)
|
||||
# Make sure revision is a 40-char string
|
||||
self.assertTrue(len(second_rev) == 40)
|
||||
|
|
Loading…
Add table
Reference in a new issue