ds_inhibit: Bump test timer

This commit is contained in:
Vicki Pfau 2024-05-09 19:37:02 -07:00
parent d40562b0dc
commit 265d82a300

View file

@ -504,7 +504,7 @@ mod test {
symlink(hid.hidraw(), path.join("proc/1/fd/3")).expect("symlink");
let f = File::open(hid.hidraw()).expect("hidraw");
nyield(10).await;
nyield(15).await;
assert_eq!(
read_to_string(sys_base.join("input/input0/inhibited")).expect("inhibited"),
"1\n"