mirror of
https://github.com/docker/build-push-action.git
synced 2025-05-06 13:39:30 +02:00
src: bump buildkit startup timeout to 30sec
This commit is contained in:
parent
d8a061af73
commit
0e4788906e
3 changed files with 3 additions and 3 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
|
@ -184,7 +184,7 @@ export async function getStickyDisk(options?: {signal?: AbortSignal}): Promise<{
|
|||
// buildkitdTimeoutMs states the max amount of time this action will wait for the buildkitd
|
||||
// daemon to start have its socket ready. It also additionally governs how long we will wait for
|
||||
// the buildkitd workers to be ready.
|
||||
const buildkitdTimeoutMs = 15000;
|
||||
const buildkitdTimeoutMs = 30000;
|
||||
|
||||
export async function startAndConfigureBuildkitd(parallelism: number): Promise<string> {
|
||||
const buildkitdAddr = await startBuildkitd(parallelism);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue