freebsd / atf

Libraries to write tests in C, C++ and shell
Other
133 stars 45 forks source link

Raise the sleep from 1 second to 5 seconds in flush_stdout_on_timeout_body(..) #21

Closed ngie-eign closed 9 years ago

ngie-eign commented 9 years ago

Raise the timeout from 1 second to 5 seconds to ensure that sleep 42 will show up in the output from the misc helpers

This should help sufficiently taxed systems so the test does not intermittently fail when run on them

PR: 197060

jmmv commented 9 years ago

This "fix" only hides the problem as, actually, the old test is just broken. Please try with 0e546407567ea858e261e72f75c5ed61e07d0ddf instead.

ngie-eign commented 9 years ago

Cool -- thanks :)