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,