More indent

This commit is contained in:
Jenkins 2015-08-20 13:57:36 -06:00
parent 729ca11333
commit f5131c2b46

View File

@ -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')