Skip to content

Commit a8496fc

Browse files
committed
Use options for default test timeout
1 parent 7e6dd1b commit a8496fc

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
@@ -1077,7 +1077,7 @@ t('no_prepare: true disables prepared transactions', async() => {
10771077
})
10781078

10791079
t('Catches connection config errors', async() => {
1080-
const sql = postgres({ user: { toString: () => { throw new Error('wat') } }, database: 'prut' })
1080+
const sql = postgres({ ...options, user: { toString: () => { throw new Error('wat') } }, database: 'prut' })
10811081

10821082
return [
10831083
'wat',

0 commit comments

Comments
 (0)