Boot a fresh guest and wait until SSH answers.
()
| 46 | readonly os: VmOs; |
| 47 | /** Boot a fresh guest and wait until SSH answers. */ |
| 48 | provision(): Promise<VmHandle>; |
| 49 | } |
| 50 | |
| 51 | export const sleep = (ms: number): Promise<void> => new Promise((r) => setTimeout(r, ms)); |
no outgoing calls
no test coverage detected