We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b04edc commit 73795c5Copy full SHA for 73795c5
test/verify/check-blueprintWizard
@@ -8,6 +8,7 @@ import testlib
8
@testlib.no_retry_when_changed
9
class TestBlueprintWizard(composerlib.ComposerCase):
10
11
+ @testlib.timeout("900")
12
def testCreateAndDeleteBlueprint(self):
13
b = self.browser
14
@@ -24,7 +25,7 @@ class TestBlueprintWizard(composerlib.ComposerCase):
24
25
# select openssh-server
26
b.set_input_text("div[data-testid='search-available-pkgs-input'] input", "openssh-server")
27
b.click("button[aria-label='Search button for available packages']")
- with b.wait_timeout(360):
28
+ with b.wait_timeout(720):
29
b.click("li[data-testid='openssh-server']")
30
b.click("button[aria-label='Add selected']")
31
# go to next page
0 commit comments