rust-vmm / vmm-reference

A VMM implementation based of rust-vmm components
Apache License 2.0
146 stars 61 forks source link

Add pytest timeout #156

Closed catalindumitru closed 3 years ago

catalindumitru commented 3 years ago

Updated the command that runs test_run_reference_vmm.py so that it includes a timeout in seconds per test. This means that each test will terminate and be marked as failed after the given timeout.