Skip to content

Commit d036328

Browse files
committed
Try to avoid CI timeout errors
1 parent 81e883f commit d036328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testapp/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def test_two_inputs(self):
8282
inputs[0].send_keys('555-5555')
8383
inputs[1].send_keys('555-4444')
8484
inputs[1].send_keys(Keys.RETURN)
85-
WebDriverWait(driver, 10).until(
85+
WebDriverWait(driver, 15).until(
8686
EC.presence_of_element_located((By.ID, 'success-text'))
8787
)
8888

0 commit comments

Comments
 (0)