1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-07-29 16:59:01 +02:00

Wait longer for the python console to intialize

This commit is contained in:
Alex Plate 2024-02-13 14:56:14 +02:00
parent 3531574e5e
commit 29e1bcc53d
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -43,7 +43,7 @@ class PyCharmTest {
private fun IdeaFrame.testEnterWorksInPyConsole() {
findText("Python Console").click()
Thread.sleep(1000)
Thread.sleep(10_000)
keyboard {
enterText("print(123 + 321)")