mirror of https://github.com/dense-analysis/ale
Fix #413 Stop tests failing randomly due to issues with reading buffers too quickly
This commit is contained in:
parent
822b19ac83
commit
5582711680
|
@ -28,10 +28,12 @@ Before:
|
||||||
\ {
|
\ {
|
||||||
\ 'callback': 'RunFirstEcho',
|
\ 'callback': 'RunFirstEcho',
|
||||||
\ 'output_stream': 'stdout',
|
\ 'output_stream': 'stdout',
|
||||||
|
\ 'read_buffer': 0,
|
||||||
\ },
|
\ },
|
||||||
\ {
|
\ {
|
||||||
\ 'callback': 'RunSecondEcho',
|
\ 'callback': 'RunSecondEcho',
|
||||||
\ 'output_stream': 'stdout',
|
\ 'output_stream': 'stdout',
|
||||||
|
\ 'read_buffer': 0,
|
||||||
\ },
|
\ },
|
||||||
\ ],
|
\ ],
|
||||||
\})
|
\})
|
||||||
|
|
Loading…
Reference in New Issue