mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #44507 from Ch3LL/pillar_time
Increase sleep timeout for pillar refresh test
This commit is contained in:
commit
caa81728a0
@ -186,7 +186,7 @@ class SaltUtilSyncPillarTest(ModuleCase):
|
|||||||
'''))
|
'''))
|
||||||
|
|
||||||
pillar_refresh = self.run_function('saltutil.refresh_pillar')
|
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')
|
post_pillar = self.run_function('pillar.raw')
|
||||||
self.assertIn(pillar_key, post_pillar.get(pillar_key, 'didnotwork'))
|
self.assertIn(pillar_key, post_pillar.get(pillar_key, 'didnotwork'))
|
||||||
|
Loading…
Reference in New Issue
Block a user