aboutsummaryrefslogtreecommitdiffstats
path: root/test/RPCSession.h
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-02-13 23:01:15 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-02-13 23:01:15 +0800
commit0fe788aad6d55c440e04f6f64f1927613bd6b16b (patch)
treec349dbcbbbed9d9fedc8d47fa6f7b6a0cdabec9c /test/RPCSession.h
parente9dd9d2c7220594e2731b081990396429c5288d7 (diff)
downloaddexon-solidity-0fe788aad6d55c440e04f6f64f1927613bd6b16b.tar.gz
dexon-solidity-0fe788aad6d55c440e04f6f64f1927613bd6b16b.tar.zst
dexon-solidity-0fe788aad6d55c440e04f6f64f1927613bd6b16b.zip
Use std::chrono and not boost::posix_Time
Diffstat (limited to 'test/RPCSession.h')
-rw-r--r--test/RPCSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/RPCSession.h b/test/RPCSession.h
index a0b1e9ef..414db323 100644
--- a/test/RPCSession.h
+++ b/test/RPCSession.h
@@ -127,7 +127,7 @@ private:
IPCSocket m_ipcSocket;
size_t m_rpcSequence = 1;
unsigned m_maxMiningTime = 15000; // 15 seconds
- unsigned m_sleepTime = 10;
+ unsigned m_sleepTime = 10; // 10 milliseconds
unsigned m_successfulMineRuns = 0;
std::vector<std::string> m_accounts;