Skip to content

Commit e3aec93

Browse files
Fix mining at daemon test start
1 parent 5762b4d commit e3aec93

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Monero.Test/TestMoneroDaemonRpc.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ public MoneroDaemonRpcFixture()
3333
BINARY_BLOCK_CTX.txContext.fromBinaryBlock = true;
3434

3535
StartMining.Start();
36-
GenUtils.WaitFor(3000);
36+
GenUtils.WaitFor(5000);
3737
StopMining.Stop();
38+
GenUtils.WaitFor(5000);
3839
TestUtils.WALLET_TX_TRACKER.Reset(); // all wallets need to wait for txs to confirm to reliably sync
3940
}
4041

0 commit comments

Comments
 (0)