Increase delay in tests to stop intermittent fails
This commit is contained in:
parent
6fd3ac7285
commit
512ff29aa9
|
@ -182,7 +182,7 @@ describe('transactions', function() {
|
|||
expect(posts.length).to.be.eql(1);
|
||||
done();
|
||||
});
|
||||
}, 100);
|
||||
}, 300);
|
||||
done();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue