Skip to content

Commit

Permalink
Generated by GitHub Actions (ts / generate)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 5, 2023
1 parent 941e197 commit ca7f884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const run = async (inputs: Inputs): Promise<void> => {
const ok = await retry(
() => checkIfDockerImageRevisionIsExpected(inputs),
inputs.timeoutSeconds * 1000,
inputs.pollingSeconds * 1000
inputs.pollingSeconds * 1000,
)
if (!ok) {
throw new Error(`timed out until the Docker image is available`)
Expand Down

0 comments on commit ca7f884

Please sign in to comment.