Skip to content

Commit d73338a

Browse files
committed
Increase timeout for subscribe test
1 parent 2915105 commit d73338a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1495,7 +1495,7 @@ t('multiple queries before connect', async() => {
14951495
]
14961496
})
14971497

1498-
t('subscribe', async() => {
1498+
t('subscribe', { timeout: 1000 }, async() => {
14991499
const sql = postgres({
15001500
database: 'postgres_js_test',
15011501
publications: 'alltables'

0 commit comments

Comments
 (0)