diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-16 02:34:06 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-16 02:49:41 +0900 |
| commit | 1576fea8a33a165562deff6b0d8adda35ad62244 (patch) | |
| tree | 6c6b16176e1dd54f43330051f484adf381152ede /helper/bwrap_test.go | |
| parent | ae522ab36473ab91f12af3b9d0ee0afced61c02c (diff) | |
helper: raise WaitDelay during tests
Helper runs very slowly with race detector. This prevents it from timing out.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'helper/bwrap_test.go')
| -rw-r--r-- | helper/bwrap_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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") + }) }) } |
