Skip to content

Commit

Permalink
Merge pull request #34971 from cachedout/increase_timeout_grains_test
Browse files Browse the repository at this point in the history
Increase timeout for grains test
  • Loading branch information
Mike Place committed Jul 26, 2016
2 parents f23e8c5 + 82d271b commit 2d3b95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/cli/grains.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_grains_targeting_disconnected(self):
# ping disconnected minion and ensure it times out and returns with correct message
try:
ret = ''
for item in self.run_salt('-G \'id:disconnected\' test.ping'):
for item in self.run_salt('-G \'id:disconnected\' test.ping', timeout=40):
if item != 'disconnected:':
ret = item.strip()
self.assertEqual(ret, test_ret)
Expand Down

0 comments on commit 2d3b95d

Please sign in to comment.