From 348beef4fa7a7a0d111dddcc0bdbe33962e0e2a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B8=D0=B2=D0=BE=D0=B5=D0=B2=20=D0=9D=D0=B8=D0=BA?= =?UTF-8?q?=D0=B8=D1=82=D0=B0?= Date: Sat, 4 Jul 2026 22:11:54 +0300 Subject: [PATCH] fix: change iterations to timeout in ltp syscalls test --- src/imgtests/suites/syscalls.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/imgtests/suites/syscalls.py b/src/imgtests/suites/syscalls.py index 998fbe1a..55acbf51 100644 --- a/src/imgtests/suites/syscalls.py +++ b/src/imgtests/suites/syscalls.py @@ -193,8 +193,8 @@ def _run( class LTPSyscallsTest(AbstractRunnableTimeLimitedTest): - def __init__(self, iterations: int = 1) -> None: - super().__init__("Test syscalls with LTP.", frozenset({Subsystem.SYSCALLS}), iterations) + def __init__(self, timeout: int) -> None: + super().__init__("Test syscalls with LTP.", frozenset({Subsystem.SYSCALLS}), timeout) def _run( self,