Modify esr Request
[vfc/nfvo/driver/ems.git] / ems / boco / src / main / java / org / onap / vfc / nfvo / emsdriver / configmgr / ConfigurationManager.java
index b7346b5..923d2ed 100644 (file)
@@ -312,6 +312,11 @@ public class ConfigurationManager extends DriverThread{
                                                Thread.sleep(60*1000);
                                        }
                                } catch (Exception e) {
+                                       try {
+                                               Thread.sleep(60*1000);
+                                       } catch (InterruptedException e1) {
+                                               e1.printStackTrace();
+                                       }
                                        log.error("ReceiveSource exception",e);
                                }
                        }