mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
More indent
This commit is contained in:
parent
729ca11333
commit
f5131c2b46
@ -251,9 +251,9 @@ class TestSaltEvent(TestCase):
|
||||
with eventpublisher_process():
|
||||
me1 = event.MasterEvent(SOCK_DIR, listen=True)
|
||||
me2 = event.MasterEvent(SOCK_DIR, listen=True)
|
||||
# We need to sleep here to avoid a race condition wherein
|
||||
# the second socket may not be connected by the time the first socket
|
||||
# sends the event.
|
||||
# We need to sleep here to avoid a race condition wherein
|
||||
# the second socket may not be connected by the time the first socket
|
||||
# sends the event.
|
||||
time.sleep(0.5)
|
||||
me1.fire_event({'data': 'foo1'}, 'evt1')
|
||||
evt1 = me1.get_event(tag='evt1')
|
||||
|
Loading…
Reference in New Issue
Block a user