OVAR 9000! (Testing now...) On Sun, Jan 22, 2012 at 6:56 PM, Filipe David Manana <[email protected]>wrote:
> On Sun, Jan 22, 2012 at 6:47 PM, Noah Slater <[email protected]> wrote: > > No change, still fails. > > Noah, to try to find out if it's due to slowness of the machine or > some other issue, do you think you can try to increase the following > timeout in the test? > > diff --git a/test/etap/242-replication-many-leaves.t > b/test/etap/242-replication-many-leaves.t > index d8d3eb9..737cd31 100755 > --- a/test/etap/242-replication-many-leaves.t > +++ b/test/etap/242-replication-many-leaves.t > @@ -287,6 +287,6 @@ replicate(Source, Target) -> > receive > {'DOWN', MonRef, process, Pid, Reason} -> > etap:is(Reason, normal, "Replication finished successfully") > - after 300000 -> > + after 900000 -> > etap:bail("Timeout waiting for replication to finish") > end. > > > > > On Sun, Jan 22, 2012 at 6:08 PM, Noah Slater <[email protected]> > wrote: > > > >> > >> On Sun, Jan 22, 2012 at 6:01 PM, Filipe David Manana < > [email protected]>wrote: > >> > >>> Noah, does it fail occasionally or every time for you? > >>> > >> > >> Fails every time. > >> > >> > >>> I'm assuming you're with a slow machine or the machine is a bit > >>> overloaded. > >>> > >> > >> Shouldn't be, I'm not doing anything else right now, and this is a new > MBA. > >> > >> > >>> Can you try with the following patch? > >>> > >> > >> Yes. Will report back. > >> > >> > > > > -- > Filipe David Manana, > > "Reasonable men adapt themselves to the world. > Unreasonable men adapt the world to themselves. > That's why all progress depends on unreasonable men." >
