mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-12 01:12:30 -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");
|
symlink(hid.hidraw(), path.join("proc/1/fd/3")).expect("symlink");
|
||||||
let f = File::open(hid.hidraw()).expect("hidraw");
|
let f = File::open(hid.hidraw()).expect("hidraw");
|
||||||
nyield(10).await;
|
nyield(15).await;
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
read_to_string(sys_base.join("input/input0/inhibited")).expect("inhibited"),
|
read_to_string(sys_base.join("input/input0/inhibited")).expect("inhibited"),
|
||||||
"1\n"
|
"1\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue