mirror of
https://github.com/docker/build-push-action.git
synced 2025-05-06 13:39:30 +02:00
Merge pull request #92 from useblacksmith/01-07-src_bump_buildkit_startup_timeout_to_30sec
src: bump buildkit startup timeout to 30sec
This commit is contained in:
commit
3b96b27fed
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
|
// 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
|
// daemon to start have its socket ready. It also additionally governs how long we will wait for
|
||||||
// the buildkitd workers to be ready.
|
// the buildkitd workers to be ready.
|
||||||
const buildkitdTimeoutMs = 15000;
|
const buildkitdTimeoutMs = 30000;
|
||||||
|
|
||||||
export async function startAndConfigureBuildkitd(parallelism: number): Promise<string> {
|
export async function startAndConfigureBuildkitd(parallelism: number): Promise<string> {
|
||||||
const buildkitdAddr = await startBuildkitd(parallelism);
|
const buildkitdAddr = await startBuildkitd(parallelism);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue