fix: try fix
This commit is contained in:
parent
b07cc21cf4
commit
1aa7e3f764
|
@ -159,7 +159,7 @@ describe('transactions', function() {
|
||||||
|
|
||||||
describe('timeout', function() {
|
describe('timeout', function() {
|
||||||
var post = {title: 't3', content: 'c3'};
|
var post = {title: 't3', content: 'c3'};
|
||||||
before(createPostInTx(post, 2000));
|
before(createPostInTx(post, 500));
|
||||||
|
|
||||||
it('should invoke the timeout hook', function(done) {
|
it('should invoke the timeout hook', function(done) {
|
||||||
currentTx.observe('timeout', function(context, next) {
|
currentTx.observe('timeout', function(context, next) {
|
||||||
|
|
Loading…
Reference in New Issue