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
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

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