Skip to content

Commit 62913e7

Browse files
committed
src/stirling/obj_tools: bump elf_reader_symbolizer_bpf_test timeout
Last BPF opt (4.14.254) run failed only on this test — TIMEOUT in 180s. Same treatment as the other BPF tests already bumped on this branch: default(moderate)→long + flaky=True. The 6.1.106 kernel run passed; this is the slow-kernel timeout that keeps tripping under qemu-bpf.
1 parent 624c098 commit 62913e7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/stirling/obj_tools/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ pl_cc_test(
120120

121121
pl_cc_bpf_test(
122122
name = "elf_reader_symbolizer_bpf_test",
123+
timeout = "long",
123124
srcs = ["elf_reader_symbolizer_bpf_test.cc"],
125+
flaky = True,
124126
tags = [
125127
"cpu:16",
126128
"requires_bpf",

0 commit comments

Comments
 (0)