Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-releng] Test failures with latest CBI build master

I've made the changes to set the build to timeout after 3600 as suggested. I also opened a bug 425044 for discussion [1].


Thanh

[1] https://bugs.eclipse.org/425044

On 07/01/14 12:28 PM, Carl Anderson wrote:

Thanh,

I would consider setting it to 3600.  The current DNF time for JUnits in CruiseControl is 60 min.  (We have some test suites that take just over 30 min on a normal run, and some buffer time in case of slowness on the build machine is always good.)

FWIW,

- Carl Anderson
WTP Build guy

Inactive
          hide details for Mickael Istria ---01/07/2014 12:14:06 PM---As
          a workaround in the meantime, you could configure buildMickael Istria ---01/07/2014 12:14:06 PM---As a workaround in the meantime, you could configure build to set  http://www.eclipse.org/tycho/site


    From:

Mickael Istria <mistria@xxxxxxxxxx>

    To:

wtp-releng@xxxxxxxxxxx

    Date:

01/07/2014 12:14 PM

    Subject:

Re: [wtp-releng] Test failures with latest CBI build master

    Sent by:

wtp-releng-bounces@xxxxxxxxxxx





As a workaround in the meantime, you could configure build to set http://www.eclipse.org/tycho/sitedocs/tycho-surefire/tycho-surefire-plugin/test-mojo.html#forkedProcessTimeoutInSeconds to let's say 1800 so that this looping test should get killed by surefire after half an hour.
No need to tweak pom, this can be achieved by setting the Maven property surefire.timeout=1800 in Maven execution.

--
Mickael Istria
Eclipse developer at
JBoss, by Red Hat
My blog - My Tweets_______________________________________________
wtp-releng mailing list
wtp-releng@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-releng




_______________________________________________
wtp-releng mailing list
wtp-releng@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-releng


Back to the top