Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [swtbot-dev] passing timeout option during maven build

This is more a Usage question. You'd better ask this on the forum so it's more visible and helpful for other users.
Also, it's more a Tycho usage question.

Anyhow, you can either set the "argLine" argument in the configuration of tycho-surefire-plugin, or pass it directly via command line using -Dtycho.testArgLine="-Dorg.eclipse.swtbot.search.timeout=20000". See http://www.eclipse.org/tycho/sitedocs/tycho-surefire/tycho-surefire-plugin/test-mojo.html#argLine for details.

HTH
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top