mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Bump ledger_wait timeout for Travis
This commit is contained in:
@@ -300,7 +300,7 @@ suite('Robust transaction submission', function() {
|
||||
if (++ledgers === 3) {
|
||||
callback();
|
||||
} else {
|
||||
nextLedger();
|
||||
setTimeout(nextLedger, process.env.TRAVIS ? 400 : 100 );
|
||||
}
|
||||
});
|
||||
$.remote.ledger_accept();
|
||||
|
||||
Reference in New Issue
Block a user