[libc-commits] [libc] [libc] Increase test timeout (PR #99678)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Fri Jul 19 11:20:42 PDT 2024


================
@@ -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


More information about the libc-commits mailing list