From b0be67e54a288c6d3f5ac73c9888ed5a5bc4e38f Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 3 Aug 2025 22:53:14 +0200 Subject: load --- tests/test_helpers/mount_unmount.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_helpers/mount_unmount.go') diff --git a/tests/test_helpers/mount_unmount.go b/tests/test_helpers/mount_unmount.go index 277c8d8..fdb9eb8 100644 --- a/tests/test_helpers/mount_unmount.go +++ b/tests/test_helpers/mount_unmount.go @@ -97,7 +97,7 @@ func Mount(c string, p string, showOutput bool, extraArgs ...string) error { case <-time.After(2 * time.Second): fmt.Printf("Timeout, sending SIGQUIT and SIGKILL") cmd.Process.Signal(syscall.SIGQUIT) - // SIGQUIT should trigger a backtrace. Give it some time to print it. + // SIGQUIT should trigger a backtrace. Give it some time to print time.Sleep(time.Second) cmd.Process.Kill() log.Panicf("Timeout waiting for process %d", pid) -- cgit v1.2.3