Allow a bit more start time in campaigntest.support_campaign
parent
84411ca6e0
commit
4c8578cb3f
|
@ -180,7 +180,7 @@ def support_campaign(do_local=True):
|
|||
# HTMLUNIT with JS -- not successful
|
||||
#sel = webdriver.Remote("http://localhost:4444/wd/hub", webdriver.DesiredCapabilities.HTMLUNITWITHJS)
|
||||
|
||||
time.sleep(5)
|
||||
time.sleep(10)
|
||||
|
||||
# find a campaign to pledge to
|
||||
loginSandbox(sel)
|
||||
|
|
Loading…
Reference in New Issue