From 1576fea8a33a165562deff6b0d8adda35ad62244 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 16 Mar 2025 02:34:06 +0900 Subject: helper: raise WaitDelay during tests Helper runs very slowly with race detector. This prevents it from timing out. Signed-off-by: Ophestra --- helper/bwrap_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helper/bwrap_test.go') diff --git a/helper/bwrap_test.go b/helper/bwrap_test.go index be0a465d..a7804e3f 100644 --- a/helper/bwrap_test.go +++ b/helper/bwrap_test.go @@ -113,7 +113,7 @@ func TestBwrap(t *testing.T) { nil, sc, nil, ) - }, "exec") + }) }) } -- cgit v1.3.1