Changeset 230

Show
Ignore:
Timestamp:
01/29/12 15:32:00 (4 months ago)
Author:
stefan
Message:

increase timeout for doReset

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/org/jergometer/communication/BikeConnectionTester.java

    r212 r230  
    182182            pm.setProgress(20); 
    183183            pm.setNote(I18n.getString("connection_tester.send_reset")); 
    184             waitForChild(1000); 
     184            waitForChild(5000); 
    185185            if (state == State.doReset) abort = true; 
    186186            break;