mirror of
https://github.com/docker/actions-toolkit.git
synced 2024-11-27 06:46:07 +08:00
docker(install): increase number of retries
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
4abccc4c6a
commit
541f8784ed
@ -207,7 +207,8 @@ export class Install {
|
||||
});
|
||||
},
|
||||
{
|
||||
retries: 5
|
||||
retries: 10,
|
||||
minTimeout: 1000
|
||||
}
|
||||
);
|
||||
core.info(`Docker daemon started started successfully`);
|
||||
|
Loading…
Reference in New Issue
Block a user