We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e41a72d commit d7c3541Copy full SHA for d7c3541
integration/integration_test.go
@@ -35,7 +35,7 @@ func TestSMK6(t *testing.T) {
35
t.Fatalf("sm-k6 binary does not seem to exist, must be compiled before running this test: %v", err)
36
}
37
38
- ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
+ ctx, cancel := context.WithTimeout(context.Background(), time.Minute)
39
t.Cleanup(cancel)
40
41
outFile := filepath.Join(t.TempDir(), "metrics.txt")
0 commit comments