()
| 33 | const PANE_SHELL_INIT_DELAY_MS = 200 |
| 34 | |
| 35 | function waitForPaneShellReady(): Promise<void> { |
| 36 | return sleep(PANE_SHELL_INIT_DELAY_MS) |
| 37 | } |
| 38 | |
| 39 | /** |
| 40 | * Acquires a lock for pane creation, ensuring sequential execution. |
no test coverage detected