Increase timeout for poll_oneoff tests
This increases the timeout from 50ms to 200ms, which makes the tests reliably pass on my machine using the CI scripts againt the s390x-linux-user qemu target.
This commit is contained in:
@@ -8,7 +8,7 @@ use wasi_common::{
|
||||
};
|
||||
use wasi_tokio::{clocks_ctx, sched::poll_oneoff, Dir};
|
||||
|
||||
const TIMEOUT: Duration = Duration::from_millis(50); // Required for slow execution in CI
|
||||
const TIMEOUT: Duration = Duration::from_millis(200); // Required for slow execution in CI
|
||||
|
||||
#[tokio::test(flavor = "multi_thread")]
|
||||
async fn empty_file_readable() -> Result<(), Error> {
|
||||
|
||||
Reference in New Issue
Block a user