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:
Brett Porter 2009-11-10 10:13:08 +00:00
parent d6e13a5e3b
commit 8ff4b8cf34
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ public abstract class AbstractSeleniumTest {
{
DefaultSelenium s = new DefaultSelenium( seleniumHost, seleniumPort, browser, baseUrl );
s.start();
s.setTimeout( maxWaitTimeInMs );
selenium.set( s );
}
}