Skip to content

Commit

Permalink
Fix test_observers_winapi.py::test___init__() on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rrzaripov authored and BoboTiG committed Apr 4, 2019
1 parent af370b4 commit c81655b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_observers_winapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def emitter(event_queue):
def test___init__(event_queue, emitter):
SLEEP_TIME = 2

emitter.start()
sleep(SLEEP_TIME)
mkdir(p('fromdir'))

Expand Down

0 comments on commit c81655b

Please sign in to comment.