$OpenBSD: patch-content_browser_devtools_protocol_system_info_handler_cc,v 1.5 2021/04/16 18:15:06 robert Exp $

Index: content/browser/devtools/protocol/system_info_handler.cc
--- content/browser/devtools/protocol/system_info_handler.cc.orig
+++ content/browser/devtools/protocol/system_info_handler.cc
@@ -52,7 +52,7 @@ std::unique_ptr<SystemInfo::Size> GfxSizeToSystemInfoS
 // ASAN builds need more time -- see Issue 1167875.
 #if ((defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_MAC)) && \
      !defined(NDEBUG)) ||                                              \
-    defined(OS_WIN) || defined(ADDRESS_SANITIZER)
+    defined(OS_WIN) || defined(ADDRESS_SANITIZER) || defined(OS_BSD)
 const int kGPUInfoWatchdogTimeoutMs = 30000;
 #else
 const int kGPUInfoWatchdogTimeoutMs = 5000;
