Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lisa/microsoft/testsuites/stress/tlb_stress.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ def run_stress_with_monitoring(

# Wait for perf monitoring to complete with extended timeout
if perf_monitor_process:
perf_result = perf_monitor_process.wait_result(timeout=300)
perf_result = perf_monitor_process.wait_result(timeout=duration + 30)

# Parse supported events with fallback
if event_support.get("dTLB-load-misses", False):
Expand Down
2 changes: 1 addition & 1 deletion lisa/microsoft/testsuites/stress/tlb_stress_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def _calculate_stress_workers(self, node: RemoteNode, base_workers: int = 2) ->
mapping/unmapping operations combined with stress-ng VM stressors.
Validates system stability under heavy TLB activity.
""",
priority=4,
priority=5,
Comment thread
vyadavmsft marked this conversation as resolved.
requirement=simple_requirement(min_core_count=2, min_memory_mb=1024),
timeout=TIME_OUT,
)
Expand Down
Loading