parent
d2247940b6
commit
4e6aca0bd0
3 changed files with 26 additions and 37 deletions
|
|
@ -36,7 +36,7 @@ class TestWaitRepo(utils.CliTestCase):
|
|||
|
||||
self.options = mock.MagicMock()
|
||||
self.options.quiet = True
|
||||
self.options.poll_interval = 1 # second
|
||||
self.options.poll_interval = 0.0001 # keep it fast
|
||||
self.options.weburl = 'https://localhost.local'
|
||||
|
||||
self.session = mock.MagicMock()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue