mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
decrease emit timeout time
This commit is contained in:
parent
d06f407c6c
commit
8e8352127a
@ -32,7 +32,7 @@ assert.emits = function(item, eventName, callback) {
|
||||
test("Should have called " + eventName, function() {
|
||||
assert.ok(called, "Expected '" + eventName + "' to be called.")
|
||||
});
|
||||
},20000);
|
||||
},2000);
|
||||
|
||||
item.once(eventName, function() {
|
||||
called = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user