We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0cec7 commit 3dca0c4Copy full SHA for 3dca0c4
clients/algoliasearch-client-dart/.github/workflows/publish.yml renamed to clients/algoliasearch-client-dart/.github/workflows/release.yml
scripts/ci/codegen/waitForAllReleases.ts
@@ -80,7 +80,7 @@ async function waitForAllReleases(languages: Language[]): Promise<void> {
80
81
const start = Date.now();
82
// kotlin release can take a long time
83
- while (Date.now() - start < 1000 * 60 * 10) {
+ while (Date.now() - start < 1000 * 60 * 12) {
84
const runs = await getAllRuns(languages, workflowIDs);
85
for (let i = 0; i < languages.length; i++) {
86
if (runs[i] === null) {
0 commit comments