Skip to content

Commit 5582711

Browse files
committed
Fix #413 Stop tests failing randomly due to issues with reading buffers too quickly
1 parent 822b19a commit 5582711

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_command_chain.vader

+2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ Before:
2828
\ {
2929
\ 'callback': 'RunFirstEcho',
3030
\ 'output_stream': 'stdout',
31+
\ 'read_buffer': 0,
3132
\ },
3233
\ {
3334
\ 'callback': 'RunSecondEcho',
3435
\ 'output_stream': 'stdout',
36+
\ 'read_buffer': 0,
3537
\ },
3638
\ ],
3739
\})

0 commit comments

Comments
 (0)