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 075c440 commit 418aa29Copy full SHA for 418aa29
1 file changed
src/utils/migrate.ts
@@ -7,7 +7,7 @@ const { multitenantDatabaseUrl } = getConfig()
7
async function connectAndMigrate(databaseUrl: string | undefined, migrationsDirectory: string) {
8
const dbConfig = {
9
connectionString: databaseUrl,
10
- connectionTimeoutMillis: 1000,
+ connectionTimeoutMillis: 10_000,
11
}
12
const client = new Client(dbConfig)
13
try {
0 commit comments