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:
parent
3531574e5e
commit
29e1bcc53d
@ -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)")
|
||||
|
Loading…
Reference in New Issue
Block a user