mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Fix typo
This commit is contained in:
parent
b1b2801c71
commit
892d02ca1c
@ -2,7 +2,7 @@ var helper = require('./test-helper')
|
||||
var co = require('co')
|
||||
|
||||
var tid = setTimeout(function() {
|
||||
throw new Error('Tests did not complete in tme')
|
||||
throw new Error('Tests did not complete in time')
|
||||
}, 1000)
|
||||
|
||||
co(function * () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user