Windmill test - whacked up timeout on CMS load for slow build slave

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@61634 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2008-08-27 10:56:55 +00:00
parent 10546a00b5
commit 9222af6829
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ def setup_module(module):
client.type(text=u'admin@example.com', id=u'MemberLoginForm_LoginForm_Email')
client.type(text=u'ZXXlkwecxz2390232233', id=u'MemberLoginForm_LoginForm_Password')
client.click(id=u'MemberLoginForm_LoginForm_action_dologin')
client.waits.forPageLoad(timeout=u'120000')
client.waits.forPageLoad(timeout=u'300000')
def teardown_module(module):
client = WindmillTestClient(__name__)