Adding delay in OLT deletion

Change-Id: I461597855424c17d4635f10da82abe68a4d9009f
diff --git a/xos/synchronizer/pull_steps/test_pull_onus.py b/xos/synchronizer/pull_steps/test_pull_onus.py
index c888639..a1fb763 100644
--- a/xos/synchronizer/pull_steps/test_pull_onus.py
+++ b/xos/synchronizer/pull_steps/test_pull_onus.py
@@ -51,7 +51,7 @@
 
         # Setting up the config module
         from xosconfig import Config
-        config = os.path.join(test_path, "../model_policies/test_config.yaml")
+        config = os.path.join(test_path, "../test_config.yaml")
         Config.clear()
         Config.init(config, "synchronizer-config-schema.yaml")
         # END Setting up the config module