Increase sleep timeout for pillar refresh test

This commit is contained in:
Ch3LL 2017-11-13 10:50:16 -05:00
parent 18624d6798
commit ffa4bddcad
No known key found for this signature in database
GPG key ID: 132B55A7C13EFA73

View file

@ -186,7 +186,7 @@ class SaltUtilSyncPillarTest(ModuleCase):
'''))
pillar_refresh = self.run_function('saltutil.refresh_pillar')
wait = self.run_function('test.sleep', [1])
wait = self.run_function('test.sleep', [5])
post_pillar = self.run_function('pillar.raw')
self.assertIn(pillar_key, post_pillar.get(pillar_key, 'didnotwork'))