From 4d3d6a50073a000e77372557752808f58154d68e Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Thu, 18 Apr 2019 15:26:54 +0200 Subject: executor: adjust waiting time for all usb syzcalls Allow 2000 ms of waiting time for syz_usb_connect and and the same time for the whole program is this syzkall is present. Allow 200 ms of waiting time for syz_usb_disconnect. Remove sleep from syz_usb_control_io. --- executor/common_usb.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'executor/common_usb.h') diff --git a/executor/common_usb.h b/executor/common_usb.h index a491a2297..5b5fa87ac 100644 --- a/executor/common_usb.h +++ b/executor/common_usb.h @@ -411,8 +411,6 @@ reply: debug("syz_usb_control_io: reply length = %d\n", response.inner.length); usb_fuzzer_ep0_write(fd, (struct usb_fuzzer_ep_io*)&response); - sleep_ms(200); - return 0; } #endif -- cgit mrf-deployment