summaryrefslogtreecommitdiffstats
path: root/magefile.go
diff options
context:
space:
mode:
Diffstat (limited to 'magefile.go')
-rw-r--r--magefile.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/magefile.go b/magefile.go
index b794e9a4b..b63576c3c 100644
--- a/magefile.go
+++ b/magefile.go
@@ -169,7 +169,7 @@ func testGoFlags() string {
return ""
}
- return "-test.short"
+ return "-timeout=1m"
}
// Run tests in 32-bit mode