Commit 45bf7d30 authored by Xiaowu Zhang's avatar Xiaowu Zhang

jstestnode: microsoft edge needs more time to be finished

parent eb925633
......@@ -136,7 +136,7 @@ def main():
print url
browser.get(url)
WebDriverWait(browser, 60).until(EC.presence_of_element_located((
WebDriverWait(browser, 300).until(EC.presence_of_element_located((
By.XPATH, '//p[@id="qunit-testresult" and contains(text(), "completed")]')
))
......
......@@ -107,7 +107,7 @@ mode = 0644
[template-runTestSuite]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/runTestSuite.in
md5sum = a9544fa355e5da10fc20d7c927e4df07
md5sum = 8528d90cce5d034195e3e71bef855c48
output = ${buildout:directory}/runTestSuite.in
mode = 0644
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment