diff --git a/src/Make.pkg b/src/Make.pkg index 99bea67b27..f871cf9398 100644 --- a/src/Make.pkg +++ b/src/Make.pkg @@ -61,7 +61,7 @@ test: gotest testshort: - gotest -test.short -test.timeout=60 + gotest -test.short -test.timeout=120 bench: gotest -test.bench=. -test.run="Do not run tests"