test: fix PytestUnknownMarkWarning: Unknown pytest.mark.timeout (#6115)

Signed-off-by: Stanley Sun <190317771+StanleySun639@users.noreply.github.com>
This commit is contained in:
Stanley Sun 2025-07-17 18:55:04 +08:00 committed by GitHub
parent a718486900
commit 9518e14f69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,3 +12,4 @@ markers =
skip_less_host_memory: skip when less host memory detected than the requested
support_fp8: skip when fp8 is not supported on the device
skip_device_not_contain: skip when the device does not contain the specified keyword
timeout: set test timeout in seconds