diff options
Diffstat (limited to 'tests/avocado/machine_avr6.py')
-rw-r--r-- | tests/avocado/machine_avr6.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/avocado/machine_avr6.py b/tests/avocado/machine_avr6.py index 6bab31342a..5485db79c6 100644 --- a/tests/avocado/machine_avr6.py +++ b/tests/avocado/machine_avr6.py @@ -19,9 +19,9 @@ import time -from avocado_qemu import Test +from avocado_qemu import QemuSystemTest -class AVR6Machine(Test): +class AVR6Machine(QemuSystemTest): timeout = 5 def test_freertos(self): |