Skip to content

Commit a1aa765

Browse files
roypatpb8o
authored andcommitted
test: adjust ARM startup time threshold
With the merging of the CPU templates feature branch, we started seeing some intermittent failures of the test_process_startup_time.py tests. Signed-off-by: Patrick Roy <[email protected]>
1 parent 2267a55 commit a1aa765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/performance/test_process_startup_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from host_tools.cargo_build import run_seccompiler_bin
1717

1818
# The maximum acceptable startup time in CPU us.
19-
MAX_STARTUP_TIME_CPU_US = {"x86_64": 5500, "aarch64": 3800}
19+
MAX_STARTUP_TIME_CPU_US = {"x86_64": 5500, "aarch64": 4000}
2020
MAX_STARTUP_TIME = MAX_STARTUP_TIME_CPU_US[platform.machine()]
2121

2222

0 commit comments

Comments
 (0)