Ignore:
Timestamp:
Aug 26, 2008 12:15:31 PM (16 years ago)
Author:
bennylp
Message:

Added sleep() in mod_pesq.py, to wait the test until the call is stabilized

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/test-pjsua/mod_pesq.py

    r2088 r2238  
    9292        ua2.expect(const.STATE_CONFIRMED) 
    9393 
     94        ua1.sync_stdout() 
     95        ua2.sync_stdout() 
     96        time.sleep(2) 
     97 
    9498        # Disconnect mic -> rec file, to avoid echo recorded when using sound device 
    9599        # Disconnect stream -> spk, make it silent 
Note: See TracChangeset for help on using the changeset viewer.