On 05/18/2018 12:17 AM, Prashant Bhole wrote: > In order to reduce runtime of tests, recently timout for select() call > was reduced from 1sec to 10usec. This was causing many tests failures. > It was caught with failure handling commits in this series. > > Restoring the timeout from 10usec to 1sec > > Fixes: a18fda1a62c3 ("bpf: reduce runtime of test_sockmap tests") > Signed-off-by: Prashant Bhole <bhole_prashant...@lab.ntt.co.jp> > ---
Whats the runtime for the entire test suite after this? I agree I was probably to aggressive in setting this but on the other hand I was trying to avoid letting the test run for minutes. .John