We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f5639 commit 44dc5bcCopy full SHA for 44dc5bc
testing/testrunner/ebpf_test.go
@@ -636,7 +636,7 @@ func TestEbpf(t *testing.T) {
636
t.Skip("tests already failed")
637
}
638
639
- ctx, cancel := context.WithTimeout(context.Background(), time.Minute*2)
+ ctx, cancel := context.WithTimeout(context.Background(), time.Minute*3)
640
defer cancel()
641
run := NewEbpfRunner(ctx, t, test.args...)
642
// on return, check for failure. If we've failed, dump stderr and stdout
0 commit comments