diff options
Diffstat (limited to 'service/test/perf')
-rw-r--r-- | service/test/perf/contacts/test_Contacts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/perf/contacts/test_Contacts.py b/service/test/perf/contacts/test_Contacts.py index 5dd56a6c..967e9eb1 100644 --- a/service/test/perf/contacts/test_Contacts.py +++ b/service/test/perf/contacts/test_Contacts.py @@ -20,8 +20,8 @@ from funkload.FunkLoadTestCase import FunkLoadTestCase from test.support.integration import AppTestClient from test.support.dispatcher.proxy import Proxy from crochet import setup, wait_for -setup() from leap.common.events.server import ensure_server +setup() @wait_for(timeout=5.0) |