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>
This commit is contained in:
Hai Lan 2011-02-11 23:25:36 -05:00 committed by Chris Wilson
parent 28032382bc
commit dac602b7b3

View File

@ -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);