Skip to content

Commit 11421b6

Browse files
committed
Bump wait times in precomputed features sequential pipeline test
1 parent c69df72 commit 11421b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cesium_app/tests/frontend/test_pipeline_sequentially_precomputed_features.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import time
88

99

10-
def test_pipeline_sequentially(driver):
10+
def test_pipeline_sequentially_precomputed_features(driver):
1111
driver.get("/")
1212

1313
# Add new project
@@ -103,7 +103,7 @@ def test_pipeline_sequentially(driver):
103103

104104
driver.wait_for_xpath("//div[contains(text(),'Model training begun')]")
105105

106-
driver.wait_for_xpath("//td[contains(.,'Completed')]", 30)
106+
driver.wait_for_xpath("//td[contains(.,'Completed')]", 60)
107107

108108
# Predict using dataset and model from this test
109109
driver.find_element_by_id('react-tabs-8').click()
@@ -122,4 +122,4 @@ def test_pipeline_sequentially(driver):
122122

123123
driver.wait_for_xpath("//div[contains(text(),'Model predictions begun')]")
124124

125-
driver.wait_for_xpath("//td[contains(text(),'Completed')]", 10)
125+
driver.wait_for_xpath("//td[contains(text(),'Completed')]", 20)

0 commit comments

Comments
 (0)