summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHai Lan <hai.lan@intel.com>2011-02-11 23:25:36 -0500
committerChris Wilson <chris@chris-wilson.co.uk>2011-02-11 15:35:05 +0000
commitdac602b7b3678c82dd7bc41f258e6518efb8d6cd (patch)
treef1b5ed87f3e741e250533ce097a46e7a28f6ed6c /tests
parent28032382bce40392a98dd5ec71443a6f2bee7f27 (diff)
correct a mistyping for testdisplay
For testing all mode, the sleep time should be sleep_between_modes Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests')
-rw-r--r--tests/testdisplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdisplay.c b/tests/testdisplay.c
index 6f3f5ede..8f46d2fc 100644
--- a/tests/testdisplay.c
+++ b/tests/testdisplay.c
@@ -606,7 +606,7 @@ set_mode(struct connector *c)
}
if (sleep_between_modes && test_all_modes)
- sleep(5);
+ sleep(sleep_between_modes);
}
drmModeFreeEncoder(c->encoder);