diff --git a/cmd/restic/cmd_mount_integration_test.go b/cmd/restic/cmd_mount_integration_test.go index 6aa3b8650..11aad54ed 100644 --- a/cmd/restic/cmd_mount_integration_test.go +++ b/cmd/restic/cmd_mount_integration_test.go @@ -22,8 +22,8 @@ import ( ) const ( - mountWait = 20 - mountSleep = 100 * time.Millisecond + mountWait = 400 + mountSleep = 5 * time.Millisecond mountTestSubdir = "snapshots" )