Fix test_client

This commit is contained in:
Andrew Resch 2009-07-25 04:05:00 +00:00
parent ac36c6b3ee
commit 100dd1e2a7
1 changed files with 1 additions and 0 deletions

View File

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