From b9f5b675a664ebdb1b28b87271783c59341ef3f1 Mon Sep 17 00:00:00 2001 From: chriseth Date: Sat, 6 Aug 2016 13:18:00 +0200 Subject: Auto-calibrate mining sleep time. --- test/RPCSession.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/RPCSession.h') diff --git a/test/RPCSession.h b/test/RPCSession.h index 9b7009bf..2a9825b0 100644 --- a/test/RPCSession.h +++ b/test/RPCSession.h @@ -124,6 +124,8 @@ private: IPCSocket m_ipcSocket; size_t m_rpcSequence = 1; + unsigned m_sleepTime = 10; + unsigned m_successfulMineRuns = 0; std::vector m_accounts; }; -- cgit