aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'executor/executor.cc')
-rw-r--r--executor/executor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/executor/executor.cc b/executor/executor.cc
index 4dfe9490f..df38de3b9 100644
--- a/executor/executor.cc
+++ b/executor/executor.cc
@@ -593,6 +593,7 @@ retry:
if (call_num == instr_eof)
break;
int call_extra_timeout = 0;
+ // Must match timeouts in pkg/csource/csource.go.
if (strcmp(syscalls[call_num].name, "syz_usb_connect") == 0) {
collect_extra_cover = true;
prog_extra_timeout = 2000;