Skip to content

Commit 8b84238

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

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
@@ -742,7 +742,8 @@ export default class Coolify {
742742
console.log('Waiting for frontend to start')
743743
await this.waitUntilAppIsReady({
744744
appUUID: appUUID,
745-
sha: gitCommitSha
745+
sha: gitCommitSha,
746+
timeout_seconds: 20 * 60 //20 minutes, woof
746747
})
747748
console.log('Frontend started')
748749
} else {

0 commit comments

Comments
 (0)