Fix intermittently failing send test

This commit is contained in:
Nicholas Dudfield
2014-07-23 11:14:30 +07:00
committed by Nik Bougalis
parent 9fa5e39872
commit 713c8efcbe

View File

@@ -948,6 +948,11 @@ suite('Gateway', function() {
// .submit();
// },
// We now need to ensure that all prior transactions have executed before
// the next transaction is submitted, as txn application logic has
// changed.
function(next){$.remote.ledger_accept(function(){next();});},
function (callback) {
self.what = "Bob sends Alice 0.5 AUD";