aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJakob Unterwurzacher2025-08-03 22:53:14 +0200
committerJakob Unterwurzacher2025-08-03 22:58:30 +0200
commitb0be67e54a288c6d3f5ac73c9888ed5a5bc4e38f (patch)
tree4a2726a7e867eba89e903b84c10741dade54ffb4 /tests
parentdad4c9fc77f3c5c05396259ef0990c1b338344da (diff)
Diffstat (limited to 'tests')
-rw-r--r--tests/test_helpers/mount_unmount.go2
1 files changed, 1 insertions, 1 deletions
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)