summaryrefslogtreecommitdiff
path: root/Magefile.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-22 23:54:26 +0200
committerPaul Buetow <paul@buetow.org>2026-02-22 23:54:26 +0200
commit55f33883838336c70d483779b0435c6e781b615e (patch)
treef26a8b2a72a28483675fe87ee3ea03d35bd39862 /Magefile.go
parent1666ba49ef9e5b61e14d1a32d2f6e2380064105e (diff)
some stuff
Diffstat (limited to 'Magefile.go')
-rw-r--r--Magefile.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/Magefile.go b/Magefile.go
index 86e5958..1c2e793 100644
--- a/Magefile.go
+++ b/Magefile.go
@@ -107,6 +107,7 @@ func TestWithName() error {
"./integrationtests/...",
"-run", "^"+testName+"$",
"-failfast",
+ "-timeout=30m",
"-count=1",
"-json",
)
@@ -274,6 +275,7 @@ func IntegrationTest() error {
return runGoTestWithProgress(env,
"./integrationtests/...",
"-failfast",
+ "-timeout=30m",
"-count=1",
"-json",
)