mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +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
|
||||
|
||||
# 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)
|
||||
import time
|
||||
time.sleep(2)
|
||||
|
|
Loading…
Add table
Reference in a new issue