mirror of
https://github.com/docker/build-push-action.git
synced 2025-05-06 21:49:33 +02:00
src: fix error message
This commit is contained in:
parent
3b96b27fed
commit
5ac445ae84
3 changed files with 3 additions and 3 deletions
|
@ -204,7 +204,7 @@ export async function startAndConfigureBuildkitd(parallelism: number): Promise<s
|
|||
}
|
||||
|
||||
if (!fs.existsSync('/run/buildkit/buildkitd.sock')) {
|
||||
throw new Error('buildkitd socket not found after 15s timeout');
|
||||
throw new Error('buildkitd socket not found after 30s timeout');
|
||||
}
|
||||
// Check that buildkit instance is ready by querying workers for up to 30s
|
||||
const startTimeBuildkitReady = Date.now();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue