Skip to content

Commit afacff9

Browse files
committed
Increase short test timeouts
1 parent 9ce86f2 commit afacff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cesium_app/tests/frontend/test_features.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def test_check_uncheck_tags(driver, project, dataset):
9898
driver.find_element_by_css_selector('[name=amplitude]').click()
9999

100100
driver.find_element_by_css_selector('[label=General]').click()
101-
driver.wait_for_xpath('//*[@name="amplitude"]', 2)
101+
driver.wait_for_xpath('//*[@name="amplitude"]')
102102

103103

104104
def test_feature_descriptions_displayed(driver, project, dataset):
@@ -164,7 +164,7 @@ def test_plot_features(driver, project, dataset, featureset):
164164
driver.wait_for_xpath("//td[contains(text(),'{}')]".format(featureset.name)).click()
165165
driver.wait_for_xpath("//b[contains(text(),'Please wait while we load your plotting data...')]")
166166

167-
driver.wait_for_xpath("//*[@class='bk-plotdiv']", 3)
167+
driver.wait_for_xpath("//*[@class='bk-plotdiv']")
168168

169169

170170
def test_delete_featureset(driver, project, dataset, featureset):

0 commit comments

Comments
 (0)