Chromium Code Reviews| Index: content/gpu/gpu_main.cc |
| diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc |
| index 8606afe82cfcceec27584151bfc436b8bab76956..e7ce06e5a26c77121d07c5db178ceba7c8a250c7 100644 |
| --- a/content/gpu/gpu_main.cc |
| +++ b/content/gpu/gpu_main.cc |
| @@ -75,7 +75,11 @@ |
| #include <sanitizer/coverage_interface.h> |
| #endif |
| +#if defined(CYGPROFILE_INSTRUMENTATION) |
| +const int kGpuTimeout = 30000; |
| +#else |
| const int kGpuTimeout = 10000; |
| +#endif |
| namespace content { |