mirror of https://github.com/apache/archiva.git
set default timeout as well as the explicit one
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@834412 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d6e13a5e3b
commit
8ff4b8cf34
|
@ -74,6 +74,7 @@ public abstract class AbstractSeleniumTest {
|
|||
{
|
||||
DefaultSelenium s = new DefaultSelenium( seleniumHost, seleniumPort, browser, baseUrl );
|
||||
s.start();
|
||||
s.setTimeout( maxWaitTimeInMs );
|
||||
selenium.set( s );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue