From 83910640fc11684aa071f0e30019a98c33af2088 Mon Sep 17 00:00:00 2001
From: selurvedu <selurvedu@users.noreply.github.com>
Date: Thu, 18 Feb 2016 00:40:05 +0000
Subject: [PATCH] brokers.yaml: Specify unit of measurement for time

---
 op_robot_tests/tests_files/data/brokers.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/op_robot_tests/tests_files/data/brokers.yaml b/op_robot_tests/tests_files/data/brokers.yaml
index e66bd6f..3d45fb9 100644
--- a/op_robot_tests/tests_files/data/brokers.yaml
+++ b/op_robot_tests/tests_files/data/brokers.yaml
@@ -1,14 +1,14 @@
 Default:
     # These values are used by default unless a
     # specific broker entry overrides them.
-    intervals:
+    intervals:   # Time in minutes
         enquiry:
             - 0  # Delay before period starts (for startDate)
             - 11 # Duration of period (for endDate)
         tender:
             - 0
             - 31
-    timeout_on_wait: 300
+    timeout_on_wait: 300 # Time in seconds
 Quinta:
 #    intervals:
 #        enquiry:
--
libgit2 0.24.0