remove debug delay in test
This commit is contained in:
parent
69b58e65ee
commit
e273724b1c
@ -48,11 +48,9 @@ async function revokeAllWalletCoins(req: {
|
|||||||
for (const x of usedDenomHashes.values()) {
|
for (const x of usedDenomHashes.values()) {
|
||||||
await exchange.revokeDenomination(x);
|
await exchange.revokeDenomination(x);
|
||||||
}
|
}
|
||||||
console.log("waiting 30 seconds after revocation");
|
await delayMs(1000);
|
||||||
await delayMs(30000);
|
|
||||||
await exchange.keyup();
|
await exchange.keyup();
|
||||||
console.log("waiting 30 seconds after keyup");
|
await delayMs(1000);
|
||||||
await delayMs(30000);
|
|
||||||
await merchant.stop();
|
await merchant.stop();
|
||||||
await merchant.start();
|
await merchant.start();
|
||||||
await merchant.pingUntilAvailable();
|
await merchant.pingUntilAvailable();
|
||||||
|
Loading…
Reference in New Issue
Block a user