Skip to content

Commit dbd2b4a

Browse files
authored
Fix test_pipe_read_multishot (#358)
Closes #357
1 parent 22399aa commit dbd2b4a

File tree

1 file changed

+1
-1
lines changed
  • io-uring-test/src/tests

1 file changed

+1
-1
lines changed

io-uring-test/src/tests/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ pub fn test_pipe_read_multishot<S: squeue::EntryMarker, C: cqueue::EntryMarker>(
178178
.user_data(REQ_TYPE_WRITE_BYTES1)
179179
.into();
180180
unsafe { ring.submission().push_multiple(&[sqe_write0, sqe_write1]) }?;
181-
ring.submit_and_wait(1)?;
181+
ring.submit_and_wait(4)?;
182182

183183
// Process two write/read pairs. Fills the first and second buffer in the ring.
184184

0 commit comments

Comments
 (0)