We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22399aa commit dbd2b4aCopy full SHA for dbd2b4a
io-uring-test/src/tests/fs.rs
@@ -178,7 +178,7 @@ pub fn test_pipe_read_multishot<S: squeue::EntryMarker, C: cqueue::EntryMarker>(
178
.user_data(REQ_TYPE_WRITE_BYTES1)
179
.into();
180
unsafe { ring.submission().push_multiple(&[sqe_write0, sqe_write1]) }?;
181
- ring.submit_and_wait(1)?;
+ ring.submit_and_wait(4)?;
182
183
// Process two write/read pairs. Fills the first and second buffer in the ring.
184
0 commit comments