netconf CHANGE timeout step increased
diff --git a/src/netconf.h b/src/netconf.h
index 4322d07..25fb9cb 100644
--- a/src/netconf.h
+++ b/src/netconf.h
@@ -43,7 +43,7 @@
 #define NC_PORT_CH_TLS 6667
 
 /** @brief Microseconds after which tasks are repeated until the full timeout elapses */
-#define NC_TIMEOUT_STEP 10
+#define NC_TIMEOUT_STEP 100
 
 /**
  * @brief Enumeration of reasons of the NETCONF session termination as defined in RFC 6470.