================
@@ -14,13 +14,18 @@
#include <cassert>
+namespace {
+constexpr unsigned timeout_ms = 10000;
----------------
michaelrj-google wrote:
nit: the constant should be named in all caps, i.e. `TIMEOUT_MS`
https://github.com/llvm/llvm-project/pull/99678