docker(install): increase number of retries

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-08-18 10:37:50 +02:00
parent 4abccc4c6a
commit 541f8784ed

View File

@@ -207,7 +207,8 @@ export class Install {
}); });
}, },
{ {
retries: 5 retries: 10,
minTimeout: 1000
} }
); );
core.info(`Docker daemon started started successfully`); core.info(`Docker daemon started started successfully`);