Skip to content

Commit 3dca0c4

Browse files
authored
chore(scripts): rename dart release CI (#3162)
1 parent 9e0cec7 commit 3dca0c4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripts/ci/codegen/waitForAllReleases.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async function waitForAllReleases(languages: Language[]): Promise<void> {
8080

8181
const start = Date.now();
8282
// kotlin release can take a long time
83-
while (Date.now() - start < 1000 * 60 * 10) {
83+
while (Date.now() - start < 1000 * 60 * 12) {
8484
const runs = await getAllRuns(languages, workflowIDs);
8585
for (let i = 0; i < languages.length; i++) {
8686
if (runs[i] === null) {

0 commit comments

Comments
 (0)