summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/zmq2edi/zmq2edi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zmq2edi/zmq2edi.cpp b/src/zmq2edi/zmq2edi.cpp
index 2294f20..7f34610 100644
--- a/src/zmq2edi/zmq2edi.cpp
+++ b/src/zmq2edi/zmq2edi.cpp
@@ -399,7 +399,7 @@ int start(int argc, char **argv)
num_consecutive_resets++;
zmq_sock.close();
- std::this_thread::sleep_for(std::chrono::seconds(1));
+ std::this_thread::sleep_for(std::chrono::seconds(5));
etiLog.level(info) << "ZMQ input (" << source_url << ") timeout after " <<
num_consecutive_resets << " consecutive resets.";
}