From 438824f16e262f965e344d74b01bf341200a2ffd Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 23 Feb 2026 13:01:52 +0200 Subject: integrationtests: add pidfd_getfd scenarios and tests --- Magefile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Magefile.go') 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. -- cgit v1.2.3