Skip to content

Commit 44dc5bc

Browse files
tinker with scripts
1 parent 03f5639 commit 44dc5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/testrunner/ebpf_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ func TestEbpf(t *testing.T) {
636636
t.Skip("tests already failed")
637637
}
638638

639-
ctx, cancel := context.WithTimeout(context.Background(), time.Minute*2)
639+
ctx, cancel := context.WithTimeout(context.Background(), time.Minute*3)
640640
defer cancel()
641641
run := NewEbpfRunner(ctx, t, test.args...)
642642
// on return, check for failure. If we've failed, dump stderr and stdout

0 commit comments

Comments
 (0)