Skip to content

Commit 27179e6

Browse files
committed
wait 5 seconds for webdav server started
1 parent 617c94b commit 27179e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_webdav.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def setUpClass(self):
3939
], self.ctx)
4040
self.app = run.webui.invoke(ctx)
4141
utils.run_in_thread(self.app.run)
42+
time.sleep(5)
4243

4344
self.webdav = easywebdav.connect('localhost', port=5000, path='dav')
4445
self.webdav_up = easywebdav.connect('localhost', port=5000, path='dav',

0 commit comments

Comments
 (0)