diff --git a/tests/ui-py-tests/src/test/kotlin/PyCharmTest.kt b/tests/ui-py-tests/src/test/kotlin/PyCharmTest.kt index 5fd6d9580..6db134e8b 100644 --- a/tests/ui-py-tests/src/test/kotlin/PyCharmTest.kt +++ b/tests/ui-py-tests/src/test/kotlin/PyCharmTest.kt @@ -69,7 +69,7 @@ class PyCharmTest { private fun RemoteRobot.startNewProject() { welcomeFrame { createNewProjectLink.click() - waitFor { + waitFor(duration = Duration.ofSeconds(30)) { // Waiting till the SDK will be detected by PyCharm findAllText("detected in the system").isNotEmpty() }