aboutsummaryrefslogtreecommitdiffstats
path: root/peer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'peer.cpp')
-rw-r--r--peer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/peer.cpp b/peer.cpp
index 5c3e677f..7c128276 100644
--- a/peer.cpp
+++ b/peer.cpp
@@ -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(1));
+ this_thread::sleep_for(chrono::seconds(3));
}
BOOST_AUTO_TEST_SUITE_END()