summaryrefslogtreecommitdiff
path: root/chromium/gpu/ipc/common/gpu_watchdog_timeout.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/gpu/ipc/common/gpu_watchdog_timeout.h')
-rw-r--r--chromium/gpu/ipc/common/gpu_watchdog_timeout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/gpu/ipc/common/gpu_watchdog_timeout.h b/chromium/gpu/ipc/common/gpu_watchdog_timeout.h
index 07332c723ae..f67352aa7d2 100644
--- a/chromium/gpu/ipc/common/gpu_watchdog_timeout.h
+++ b/chromium/gpu/ipc/common/gpu_watchdog_timeout.h
@@ -33,7 +33,7 @@ constexpr int kRestartFactor = 2;
// It takes longer to initialize GPU process in Windows. See
// https://crbug.com/949839 for details.
#if defined(OS_WIN)
-constexpr int kInitFactor = 4;
+constexpr int kInitFactor = 2;
#else
constexpr int kInitFactor = 1;
#endif