Commits

Eric Fiselier authored dd8dcc8da1f
Make output tests more stable on slow machines. The appveyor bot sometimes fails because the time it outputs is 6 digits long, but the output test regex expects at most 5 digits. This patch increases the size to 6 digits to placate the test. This should not *really* affect the correctness of the test.