mount: decrease sleep to speed up test

This commit is contained in:
Michael Eischer
2026-06-20 19:34:44 +02:00
parent 52cde35aea
commit 71064fac10
+2 -2
View File
@@ -22,8 +22,8 @@ import (
)
const (
mountWait = 20
mountSleep = 100 * time.Millisecond
mountWait = 400
mountSleep = 5 * time.Millisecond
mountTestSubdir = "snapshots"
)