Skip to content

Commit

Permalink
Increasing ping tries count to 15
Browse files Browse the repository at this point in the history
Change-Id: Ic80d37b8b312c4869cf1936cbbd6afca24fc4a17
Closes-bug: #1780185
  • Loading branch information
Ankitja committed Jul 5, 2018
1 parent 8b3cb33 commit 52ce155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/vm_test.py
Expand Up @@ -1292,7 +1292,7 @@ def ping_to_ipv6(self, *args, **kwargs):
return self.ping_to_ip(*args, **kwargs)
# end ping_to_ipv6

@retry(delay=1, tries=10)
@retry(delay=1, tries=15)
def ping_with_certainty(self, ip=None, return_output=False, other_opt='',
size='56', count='5', expectation=True,
dst_vm_fixture=None, vn_fq_name=None, af=None):
Expand Down

0 comments on commit 52ce155

Please sign in to comment.