Skip to content

Commit

Permalink
Merge pull request #93 from useblacksmith/fix-error-msg
Browse files Browse the repository at this point in the history
src: fix error message
  • Loading branch information
adityamaru authored Jan 8, 2025
2 parents 3b96b27 + 5ac445a commit 82dd2a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/setup_builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 82dd2a6

Please sign in to comment.