Changeset 2116


Ignore:
Timestamp:
04/14/16 11:10:40 (8 years ago)
Author:
pharms
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-httpmonitor-test/src/test/java/de/ugoe/cs/autoquest/httpmonitor/AbstractTC.java

    r2115 r2116  
    164164        // execution. This prevents some unnecessary exceptions due to requests already processed 
    165165        // by the test case but not finalized on server side. 
    166         Thread.sleep(1000); 
     166        Thread.sleep(2000); 
    167167        tearDownHook(); 
    168168 
     
    181181         
    182182        // wait a little before the next server starts 
    183         Thread.sleep(1000); 
     183        Thread.sleep(2000); 
    184184    } 
    185185 
Note: See TracChangeset for help on using the changeset viewer.