Index: tools/check-batch-cmd
===================================================================
--- tools/check-batch-cmd	(revision 10098)
+++ tools/check-batch-cmd	(revision 10099)
@@ -43,5 +43,5 @@
     ['.1.2.840.10036.3.1.2.1.3.6', '.1.2.840.10036.3.1.2.1.3.7']))
   
-  sess = netsnmp.Session(Version=1, DestHost=host, Community='public', Timeout=2 * 100000, Retries=0)
+  sess = netsnmp.Session(Version=1, DestHost=host, Community='public', Timeout=2 * 100000, Retries=1)
   retval = sess.get(var_list)
   if sess.ErrorInd < 0:
