Skip to content

Commit

Permalink
wip: much longer wait time on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Mar 11, 2024
1 parent 6c90d9e commit a430b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tokio_windows/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mod prelude {
time::sleep,
};

pub const DIE_TIME: Duration = Duration::from_millis(100);
pub const DIE_TIME: Duration = Duration::from_millis(1000);
}

mod id_same_as_inner;
Expand Down

0 comments on commit a430b38

Please sign in to comment.