mirror of
https://github.com/restic/restic.git
synced 2026-06-27 11:04:17 +00:00
mount: decrease sleep to speed up test
This commit is contained in:
@@ -22,8 +22,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
mountWait = 20
|
||||
mountSleep = 100 * time.Millisecond
|
||||
mountWait = 400
|
||||
mountSleep = 5 * time.Millisecond
|
||||
mountTestSubdir = "snapshots"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user