Fix #413 Stop tests failing randomly due to issues with reading buffers too quickly

This commit is contained in:
w0rp 2017-03-26 02:13:21 +01:00
parent 822b19ac83
commit 5582711680
1 changed files with 2 additions and 0 deletions

View File

@ -28,10 +28,12 @@ Before:
\ {
\ 'callback': 'RunFirstEcho',
\ 'output_stream': 'stdout',
\ 'read_buffer': 0,
\ },
\ {
\ 'callback': 'RunSecondEcho',
\ 'output_stream': 'stdout',
\ 'read_buffer': 0,
\ },
\ ],
\})