Merge "traced_probes: Bump atrace timeout"
diff --git a/src/traced/probes/ftrace/atrace_wrapper.cc b/src/traced/probes/ftrace/atrace_wrapper.cc
index 76e7b7a..2522e47 100644
--- a/src/traced/probes/ftrace/atrace_wrapper.cc
+++ b/src/traced/probes/ftrace/atrace_wrapper.cc
@@ -108,7 +108,7 @@
   fds[0].events = POLLIN;
 
   // Store the start time of atrace and setup the timeout.
-  constexpr auto timeout = base::TimeMillis(7500);
+  constexpr auto timeout = base::TimeMillis(20000);
   auto start = base::GetWallTimeMs();
   for (;;) {
     // Check if we are below the timeout and update the select timeout to