Skip to content

Commit 3588cc8

Browse files
committed
docker(install): increase lima start timeout
Signed-off-by: CrazyMax <[email protected]>
1 parent bbd652b commit 3588cc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/docker/install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ export class Install {
331331
};
332332

333333
await core.group('Starting lima instance', async () => {
334-
const limaStartArgs = ['start', `--name=${this.limaInstanceName}`];
334+
const limaStartArgs = ['start', `--name=${this.limaInstanceName}`, `--timeout=15m`];
335335
if (process.env.LIMA_START_ARGS) {
336336
limaStartArgs.push(process.env.LIMA_START_ARGS);
337337
}

0 commit comments

Comments
 (0)