Skip to content

Commit

Permalink
Fix #413 Stop tests failing randomly due to issues with reading buffe…
Browse files Browse the repository at this point in the history
…rs too quickly
  • Loading branch information
w0rp committed Mar 26, 2017
1 parent 822b19a commit 5582711
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_command_chain.vader
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ Before:
\ {
\ 'callback': 'RunFirstEcho',
\ 'output_stream': 'stdout',
\ 'read_buffer': 0,
\ },
\ {
\ 'callback': 'RunSecondEcho',
\ 'output_stream': 'stdout',
\ 'read_buffer': 0,
\ },
\ ],
\})
Expand Down

0 comments on commit 5582711

Please sign in to comment.