Increase delay in tests to stop intermittent fails

This commit is contained in:
Miroslav Bajtoš 2016-10-24 10:05:25 +02:00
parent 6fd3ac7285
commit 512ff29aa9
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ describe('transactions', function() {
expect(posts.length).to.be.eql(1);
done();
});
}, 100);
}, 300);
done();
});