Skip to content

Commit 6b892a3

Browse files
committed
what if we just give it more time?
1 parent fe441c7 commit 6b892a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/goofys_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ import (
6464
// so I don't get complains about unused imports
6565
var ignored = logrus.DebugLevel
6666

67-
const PerTestTimeout = 5 * time.Minute
67+
const PerTestTimeout = 8 * time.Minute
6868

6969
func currentUid() uint32 {
7070
user, err := user.Current()

0 commit comments

Comments
 (0)