[jbosstools-dev] Ways to increase tycho timeouts
Denis Golovin
dgolovin at exadel.com
Fri Aug 3 21:01:27 EDT 2012
Execution of org.jboss.tools.as.test.core killed after 1 hour for my
local build.
I added counter for milliseconds inside delay() function. It says
as.test.core spent about half an hour just waiting in UI thread (see
console output below).
.....
org.jboss.tools.as.test.core.parametized.server.publishing.SingleDeployableFileTest:
org.jboss.ide.eclipse.as.71, unzipped, server, permod_absolute
2092900
2093403
2093906
2, 2, 2
2094411
2094411
2094411
1, 1, 1
2094914
2094914
2094914
1, 1, 1
2094914
2095417
org.jboss.tools.as.test.core.parametized.server.publishing.SingleDeployableFileTest:
org.jboss.ide.eclipse.as.71, unzipped, server, permod_relative
2095417
2095920
2096422
2, 2, 2
Process 1344039098433 is killed.
.....
[INFO] org.jboss.ide.eclipse.as.test ..................... SUCCESS
[1:07.454s]
[INFO] org.jboss.ide.eclipse.as.archives.integration.test SUCCESS
[2:10.718s]
[INFO] org.jboss.ide.eclipse.as.management.as7.tests ..... SUCCESS [18.715s]
[INFO] org.jboss.tools.as.test.core ...................... FAILURE
[1:01:45.285s]
[INFO] org.jboss.ide.eclipse.as.ui.test .................. SUCCESS [17.633s]
[INFO] as.features ....................................... SUCCESS [0.054s]
[INFO] org.jboss.ide.eclipse.as.serverAdapter.wtp.feature SUCCESS [3.262s]
[INFO] org.jboss.ide.eclipse.as.archives.integration.feature SUCCESS
[1.519s]
[INFO] org.jboss.ide.eclipse.as.jmx.integration.feature .. SUCCESS [1.573s]
[INFO] org.jboss.ide.eclipse.as.server.rse.integration.feature SUCCESS
[1.494s]
[INFO] org.jboss.ide.eclipse.as.feature .................. SUCCESS [1.608s]
[INFO] org.jboss.ide.eclipse.as.test.feature ............. SKIPPED
[INFO] as.site ........................................... SKIPPED
Denis
On 08/03/2012 11:07 AM, Denis Golovin wrote:
> Rob,
>
> I wondering why it takes so long to test.
> What test are you talking about?
> Does it include SWT Bot tests?
> Most likely it uses delay() function to much and that's why it takes so
> long.
>
> Best
> Denis
>
> On 08/03/2012 01:03 AM, Rob Stryker wrote:
>> Hi all:
>>
>> I've recently added a new test suite to astools, and when run locally
>> via tycho, it times out after 40 minutes. My test suite requires longer
>> than that to run, so I was wondering if there's any way to increase this
>> timeout.
>> _______________________________________________
>> jbosstools-dev mailing list
>> jbosstools-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jbosstools-dev
> _______________________________________________
> jbosstools-dev mailing list
> jbosstools-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jbosstools-dev
More information about the jbosstools-dev
mailing list