Skip to content

Commit f9ccc1b

Browse files
committed
Increase timeout for test_cannot_build_model_unlabeled_data
1 parent 1bf492d commit f9ccc1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cesium_app/tests/frontend/test_build_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_cannot_build_model_unlabeled_data(driver, project, featureset):
9393
driver.find_element_by_class_name('btn-primary').click()
9494

9595
driver.wait_for_xpath(
96-
"//div[contains(.,'Cannot build model for unlabeled feature set.')]", 2)
96+
"//div[contains(.,'Cannot build model for unlabeled feature set.')]")
9797

9898

9999
def test_model_info_display(driver, project, featureset, model):

0 commit comments

Comments
 (0)