Skip to content

Commit ea55e49

Browse files
committed
Increase timeout
1 parent 48ca5ee commit ea55e49

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export default class Coolify {
138138
console.log(`Waiting for service ${serviceUUID} to be ready`)
139139

140140
return new Promise((resolve, reject) => {
141-
const timeout = timeout_seconds ?? 600
141+
const timeout = timeout_seconds ?? 1200
142142
const expirationTimeout = setTimeout(() => {
143143
clearInterval(interval)
144144
reject(

0 commit comments

Comments
 (0)