diff options
Diffstat (limited to 'tests/edid.py')
-rw-r--r-- | tests/edid.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/edid.py b/tests/edid.py index 4a9e725..6a21bf7 100644 --- a/tests/edid.py +++ b/tests/edid.py @@ -20,6 +20,8 @@ class EDID(TestDRM): :avocado: tags=x86_64 """ + timeout = 60 + def run_edid_test(self, vga): self.boot_gfx_vm("%s,edid=on" % vga); |