We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b2801 commit 892d02cCopy full SHA for 892d02c
test/integration/connection-pool/yield-support-body.js
@@ -2,7 +2,7 @@ var helper = require('./test-helper')
2
var co = require('co')
3
4
var tid = setTimeout(function() {
5
- throw new Error('Tests did not complete in tme')
+ throw new Error('Tests did not complete in time')
6
}, 1000)
7
8
co(function * () {
0 commit comments