Skip to content

Commit

Permalink
refactor: change PENDING state
Browse files Browse the repository at this point in the history
  • Loading branch information
jarqvi committed Feb 13, 2024
1 parent 9e9c4b5 commit 750942a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ Additionally, you can also retry the build with the debug flag:
`Waiting for the build, ${release.queue} people(s) ahead...`
);

await new Promise((resolve) => setTimeout(resolve, 1000));
await new Promise((resolve) => setTimeout(resolve, 3000));
} catch (error) {
// tslint:disable-next-line: no-console
console.error(error.output.line);
Expand Down

0 comments on commit 750942a

Please sign in to comment.