Skip to content

Commit 19d51b0

Browse files
committed
Made test_spa more robust (hopefully)
1 parent 0bb12e2 commit 19d51b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nengo_gui/tests/test_spa.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def set_cloud_value(driver,spa_nets):
1818
"""
1919
time.sleep(0.6)
2020
driver.execute_script(prompt_script % name)
21+
time.sleep(1.0)
2122
field = driver.find_element_by_xpath("//*[@id='singleInput']")
2223
time.sleep(0.6)
2324
field.send_keys(spa_nets[name])
@@ -112,7 +113,7 @@ def test_spa(driver):
112113

113114
set_cloud_value(driver,{"color":"ORANGE"})
114115

115-
time.sleep(5)
116+
time.sleep(10)
116117

117118
plot_data = driver.execute_script(data_script)
118119

0 commit comments

Comments
 (0)