t-runner: Remove delay before the tests

This commit is contained in:
Tim Kourt 2016-05-05 18:10:10 -07:00 committed by Denis Kenzior
parent 364be241d0
commit 2c3ab8e968
1 changed files with 0 additions and 3 deletions

View File

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