mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
Fix test_client
This commit is contained in:
parent
ac36c6b3ee
commit
100dd1e2a7
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ from twisted.trial import unittest
|
||||||
from deluge.ui.client import client
|
from deluge.ui.client import client
|
||||||
|
|
||||||
# Start a daemon to test with and wait a couple seconds to make sure it's started
|
# Start a daemon to test with and wait a couple seconds to make sure it's started
|
||||||
|
config_directory = common.set_tmp_config_dir()
|
||||||
client.start_daemon(58847, config_directory)
|
client.start_daemon(58847, config_directory)
|
||||||
import time
|
import time
|
||||||
time.sleep(2)
|
time.sleep(2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue