Changeset 5725

Show
Ignore:
Timestamp:
07/07/10 18:37:10 (3 years ago)
Author:
kosma
Message:

tests: cut tests run time by 33%.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • umpa/branches/link-layer-integration/tests/utils.py

    r5707 r5725  
    4747    def run(self): 
    4848        for i in xrange(self._amount): 
    49             time.sleep(2) 
     49            time.sleep(1) 
    5050            umit.umpa._sockets.send(self._packet, iface=lpcap.lookupdev()) 
    5151 
     
    6060        s = umit.umpa.SocketL2(iface=self._iface) 
    6161        for i in xrange(self._amount): 
    62             time.sleep(2) 
     62            time.sleep(1) 
    6363            s.send(self._packet)