From 2c3ab8e96882a0fdd786fb759022a5661704c92a Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Thu, 5 May 2016 18:10:10 -0700 Subject: [PATCH] t-runner: Remove delay before the tests --- tools/test-runner.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/test-runner.c b/tools/test-runner.c index 1bd96d67..74e0b2cd 100644 --- a/tools/test-runner.c +++ b/tools/test-runner.c @@ -1241,9 +1241,6 @@ static void create_network_and_run_tests(const void *key, void *value, if (iwd_pid == -1) goto exit; - /*TODO wait for iwd to obtain phyX - replace with dbus call*/ - sleep(2); - run_py_tests(hw_settings, config_dir_path, test_queue); terminate_iwd(iwd_pid);