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 7d33cc2 commit c6cd688Copy full SHA for c6cd688
tests/index.js
@@ -317,7 +317,9 @@ t('Login using scram-sha-256', async() => {
317
return [true, (await postgres({ ...options, ...login_scram })`select true as x`)[0].x]
318
})
319
320
-t('Parallel connections using scram-sha-256', async() => {
+t('Parallel connections using scram-sha-256', {
321
+ timeout: 2000
322
+}, async() => {
323
const sql = postgres({ ...options, ...login_scram })
324
return [true, (await Promise.all([
325
sql`select true as x, pg_sleep(0.2)`,
0 commit comments