aboutsummaryrefslogtreecommitdiffstats
path: root/tests/edid.py
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-04-01 10:35:55 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-04-01 10:35:55 +0200
commit92cc2b0b00ccd6748a4153ac0f8f693e68375e1c (patch)
tree892530cf768dbda11559c3eb36cf8294c175cf1e /tests/edid.py
parentd9145185c9c34231d06fdd60b69288dcd0684eab (diff)
downloaddrminfo-92cc2b0b00ccd6748a4153ac0f8f693e68375e1c.tar.gz
add timeouts
Diffstat (limited to 'tests/edid.py')
-rw-r--r--tests/edid.py2
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);