Changeset 10099 in genesis


Ignore:
Timestamp:
Mar 10, 2012, 9:59:45 PM (13 years ago)
Author:
rick
Message:

Bit slower is good, to check the slow netwroks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/check-batch-cmd

    r10098 r10099  
    4343    ['.1.2.840.10036.3.1.2.1.3.6', '.1.2.840.10036.3.1.2.1.3.7']))
    4444 
    45   sess = netsnmp.Session(Version=1, DestHost=host, Community='public', Timeout=2 * 100000, Retries=0)
     45  sess = netsnmp.Session(Version=1, DestHost=host, Community='public', Timeout=2 * 100000, Retries=1)
    4646  retval = sess.get(var_list)
    4747  if sess.ErrorInd < 0:
Note: See TracChangeset for help on using the changeset viewer.