Re: [PATCH 3/3] perf test: Add 30s timeout for wait for daemon start.

2021-03-11 Thread Jiri Olsa
On Wed, Mar 10, 2021 at 12:41:18PM -0800, Ian Rogers wrote: > Retry the ping loop upto 600 times, or approximately 30 seconds, to make > sure the test does hang at start up. > > Signed-off-by: Ian Rogers > --- > tools/perf/tests/shell/daemon.sh | 7 +++ > 1 file changed, 7 insertions(+) > >

[PATCH 3/3] perf test: Add 30s timeout for wait for daemon start.

2021-03-10 Thread Ian Rogers
Retry the ping loop upto 600 times, or approximately 30 seconds, to make sure the test does hang at start up. Signed-off-by: Ian Rogers --- tools/perf/tests/shell/daemon.sh | 7 +++ 1 file changed, 7 insertions(+) diff --git a/tools/perf/tests/shell/daemon.sh b/tools/perf/tests/shell/daemon