diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-04-01 10:35:55 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-04-01 10:35:55 +0200 |
commit | 92cc2b0b00ccd6748a4153ac0f8f693e68375e1c (patch) | |
tree | 892530cf768dbda11559c3eb36cf8294c175cf1e /tests/edid.py | |
parent | d9145185c9c34231d06fdd60b69288dcd0684eab (diff) | |
download | drminfo-92cc2b0b00ccd6748a4153ac0f8f693e68375e1c.tar.gz |
add timeouts
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); |