mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-09 16:10:34 -04:00
ds_inhibit: Bump test timer
This commit is contained in:
parent
d40562b0dc
commit
265d82a300
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue