Skip to content

Commit

Permalink
up it some more, looks like TestBenchLs can take more than 530s
Browse files Browse the repository at this point in the history
  • Loading branch information
kahing committed Apr 4, 2020
1 parent 6b892a3 commit 29c6d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/goofys_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import (
// so I don't get complains about unused imports
var ignored = logrus.DebugLevel

const PerTestTimeout = 8 * time.Minute
const PerTestTimeout = 10 * time.Minute

func currentUid() uint32 {
user, err := user.Current()
Expand Down

0 comments on commit 29c6d05

Please sign in to comment.