summaryrefslogtreecommitdiffstats
path: root/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'types.hpp')
-rw-r--r--types.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.hpp b/types.hpp
index 3fcbe2e..e650d3c 100644
--- a/types.hpp
+++ b/types.hpp
@@ -23,7 +23,7 @@ constexpr auto restartTimeout = 3s;
// refresh the objets after five seconds as network
// configuration takes 3-4 sec after systemd-networkd restart.
-constexpr auto refreshTimeout = restartTimeout + 5s;
+constexpr auto refreshTimeout = restartTimeout + 7s;
namespace systemd
{
OpenPOWER on IntegriCloud