[CRIU] [PATCH 14/14] zdtm: Don't wait too long for restore
Cyrill Gorcunov
gorcunov at openvz.org
Fri Dec 21 09:25:51 EST 2012
On Fri, Dec 21, 2012 at 06:20:53PM +0400, Andrew Vagin wrote:
> On Thu, Dec 20, 2012 at 03:55:35PM +0400, Cyrill Gorcunov wrote:
> >
> > I've been noticed that we wait too much on restore if the test
> > is failed. Shrink the time 5 times down.
>
> but you shink the time more than 5 times down...
>
> sleep 0.1
> sleep 0.2
> sleep 0.3
> ....
> sleep 0.9
> sleep 0.9
> sleep 0.9
> sleep 0.9
> sleep 0.9
Dude, see the code :)
- for i in `seq 50`; do
+ for i in `seq 10`; do
50 -> 10 transition, it's 5 times down, isn't? ;)
Cyrill
More information about the CRIU
mailing list