Skip to content

Commit 29c6d05

Browse files
committed
up it some more, looks like TestBenchLs can take more than 530s
1 parent 6b892a3 commit 29c6d05

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 = 8 * time.Minute
67+
const PerTestTimeout = 10 * time.Minute
6868

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

0 commit comments

Comments
 (0)