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 a9fff10 commit cea28f9Copy full SHA for cea28f9
tests/index.js
@@ -1232,7 +1232,7 @@ t('Catches query format errors', async() => [
1232
t('Multiple hosts', {
1233
timeout: 10000
1234
}, async() => {
1235
- const sql = postgres('postgres://localhost:5432,localhost:5433')
+ const sql = postgres('postgres://localhost:5432,localhost:5433', { idle_timeout: options.idle_timeout })
1236
, result = []
1237
1238
const a = (await sql`show data_directory`)[0].data_directory
0 commit comments