Skip to content

Commit 6a84780

Browse files
committed
Bump wait time in sequential pipeline test
1 parent ab7da7d commit 6a84780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cesium_app/tests/frontend/test_pipeline_sequentially.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ def test_pipeline_sequentially(driver):
118118

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

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

0 commit comments

Comments
 (0)