Skip to content

Commit

Permalink
Increase short test timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
bnaul committed Oct 27, 2017
1 parent 9ce86f2 commit 1640cac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion baselayer
Submodule baselayer updated 1 files
+1 −1 tools/test_frontend.py
4 changes: 2 additions & 2 deletions cesium_app/tests/frontend/test_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_check_uncheck_tags(driver, project, dataset):
driver.find_element_by_css_selector('[name=amplitude]').click()

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


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

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


def test_delete_featureset(driver, project, dataset, featureset):
Expand Down

0 comments on commit 1640cac

Please sign in to comment.