coding standards

This commit is contained in:
subtly 2015-01-17 01:30:52 -05:00
parent 0e4c693518
commit 29f17ba636

View File

@ -44,7 +44,7 @@ BOOST_AUTO_TEST_CASE(host)
host1.addNode(node2, "127.0.0.1", host2prefs.listenPort, host2prefs.listenPort);
this_thread::sleep_for(chrono::seconds(2));
this_thread::sleep_for(chrono::seconds(1));
}
BOOST_AUTO_TEST_SUITE_END()