Index: content/browser/renderer_host/compositor_impl_android.cc |
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc |
index 146e041d81e98e3b9557912cbf47cd9d454aa260..f4ae15040b2285108164a1c5076ed356efc13906 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -596,8 +596,9 @@ void CompositorImpl::OnGpuChannelTimeout() { |
void CompositorImpl::RequestNewOutputSurface() { |
output_surface_request_pending_ = true; |
-#if defined(ADDRESS_SANITIZER) || defined(THREAD_SANITIZER) || defined(SYZYASAN) |
- const int64 kGpuChannelTimeoutInSeconds = 30; |
+#if defined(ADDRESS_SANITIZER) || defined(THREAD_SANITIZER) || \ |
+ defined(SYZYASAN) || defined(CYGPROFILE_INSTRUMENTATION) |
+ const int64 kGpuChannelTimeoutInSeconds = 40; |
#else |
const int64 kGpuChannelTimeoutInSeconds = 10; |
#endif |