From b01a6bc291bf43885b30e0a5a9c7def16c5823cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Fri, 12 Jan 2024 13:37:04 +0100 Subject: [PATCH] Reduce BaseMs from 400ms to 100m to speed up tests. --- test/util.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/util.hpp b/test/util.hpp index 7a7c068..f8cd640 100644 --- a/test/util.hpp +++ b/test/util.hpp @@ -143,7 +143,7 @@ struct data }; int shared_val = 0; -static const unsigned BaseMs = 400; +static const unsigned BaseMs = 100; } //namespace test { } //namespace interprocess {