BBSim now waits for flows to get pushed, so reduce sleeps

Change-Id: I0f1e797659a5cf1f558a4c3a22da2b98f6647eea
diff --git a/bbsim/Chart.yaml b/bbsim/Chart.yaml
index 766367a..f87c695 100644
--- a/bbsim/Chart.yaml
+++ b/bbsim/Chart.yaml
@@ -16,5 +16,5 @@
 description: Broadband Simulator
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 2.1.0
+version: 2.1.1-dev
 appVersion: 2.1.0
diff --git a/bbsim/values.yaml b/bbsim/values.yaml
index 26c50c2..b99d139 100644
--- a/bbsim/values.yaml
+++ b/bbsim/values.yaml
@@ -32,10 +32,10 @@
 emulation_mode: 'both'
 
 # -a option
-wpa_wait: 60
+wpa_wait: 10
 
 # -d option
-dhcp_wait: 120
+dhcp_wait: 10
 
 # -k option
 kafka_broker: 'cord-kafka.default.svc.cluster.local:9092'
@@ -67,4 +67,4 @@
 
 tolerations: []
 
-affinity: {}
\ No newline at end of file
+affinity: {}