Skip to content

Commit f2ae092

Browse files
committed
not sure why it takes so long to build
1 parent 8b84238 commit f2ae092

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

dist/index.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/coolify.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,8 @@ export default class Coolify {
768768
})
769769
await this.waitUntilAppIsReady({
770770
appUUID: appUUID,
771-
sha: gitCommitSha
771+
sha: gitCommitSha,
772+
timeout_seconds: 20 * 60 //20 minutes, woof
772773
})
773774
}
774775

0 commit comments

Comments
 (0)