diff options
Diffstat (limited to 'Magefile.go')
| -rw-r--r-- | Magefile.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Magefile.go b/Magefile.go index 1c2e793..4a49f42 100644 --- a/Magefile.go +++ b/Magefile.go @@ -79,7 +79,7 @@ func Test() error { if err := sh.RunWithV(goEnv(), "go", "clean", "-testcache"); err != nil { return err } - return sh.RunWithV(goEnv(), "go", "test", "./...", "-v", "-failfast") + return sh.RunWithV(goEnv(), "go", "test", "./...", "-failfast", "-timeout=90m") } // TestWithName runs a specific test by name. |
