Increase wait time during echo_server's pid-file check
authorAnoop C S <anoopcs@redhat.com>
Thu, 23 Feb 2017 10:52:47 +0000 (10:52 +0000)
committerAndreas Schneider <asn@samba.org>
Mon, 27 Feb 2017 10:12:29 +0000 (11:12 +0100)
commit68e1cbf73e59954116fd0e7ef98c6e68c5aa0b9a
tree9d006979fa61c2a28a15b35cd43976f7c9beb46a
parent5af15532cefecb5665736f30e00960c17700d1b0
Increase wait time during echo_server's pid-file check

We used to sleep for 200 microseconds in each iteration for checking
the existence of echo server's pid file which seems to be very short.
In order to avoid chances of failures to detect this pid file within
100 such iterations its better to increase this wait time to 2000
microseconds.

Signed-off-by: Anoop C S <anoopcs@redhat.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
tests/torture.c