Skip to content

Commit 46d6b1b

Browse files
committed
Increased sleep time
1 parent e5e47cb commit 46d6b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/com/magento/idea/magento2plugin/actions/content/MarkDirectoryAsMagentoRootTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class MarkDirectoryAsMagentoRootTest {
7474
startTrialFree.click()
7575
val dialog = find<DialogFixture>(byXpath("//div[@class='MyDialog']"))
7676
dialog.button("Close").click()
77-
Thread.sleep(2_000)
77+
Thread.sleep(10_000)
7878
step("Switch back to PhpStorm IDE window if Firefox overlay detected") {
7979
remoteRobot.runJs(
8080
"""

0 commit comments

Comments
 (0)