Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6e10ceb

Browse files
committedAug 9, 2024··
test: more generous timeout when searching for packages
Searching for packages can take a long time.
1 parent bd43d06 commit 6e10ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/verify/check-blueprintWizard

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class TestBlueprintWizard(composerlib.ComposerCase):
2424
# select openssh-server
2525
b.set_input_text("div[data-testid='search-available-pkgs-input'] input", "openssh-server")
2626
b.click("button[aria-label='Search button for available packages']")
27-
with b.wait_timeout(360):
27+
with b.wait_timeout(720):
2828
b.click("li[data-testid='openssh-server']")
2929
b.click("button[aria-label='Add selected']")
3030
# go to next page

0 commit comments

Comments
 (0)
Please sign in to comment.