diff --git a/magefiles/magefile.go b/magefiles/magefile.go index 24a38c4ea9..50319ab725 100644 --- a/magefiles/magefile.go +++ b/magefiles/magefile.go @@ -1293,7 +1293,7 @@ func CleanWorkload() error { func runTests(labelsToRun string, junitReportFile string) error { - ginkgoArgs := []string{"-p", "--output-interceptor-mode=none", + ginkgoArgs := []string{"-p", "--output-interceptor-mode=none", "--no-color", "--timeout=90m", fmt.Sprintf("--output-dir=%s", artifactDir), "--junit-report=" + junitReportFile, "--label-filter=" + labelsToRun}