Changeset 2116 for trunk/autoquest-httpmonitor-test/src/test/java
- Timestamp:
- 04/14/16 11:10:40 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-httpmonitor-test/src/test/java/de/ugoe/cs/autoquest/httpmonitor/AbstractTC.java
r2115 r2116 164 164 // execution. This prevents some unnecessary exceptions due to requests already processed 165 165 // by the test case but not finalized on server side. 166 Thread.sleep( 1000);166 Thread.sleep(2000); 167 167 tearDownHook(); 168 168 … … 181 181 182 182 // wait a little before the next server starts 183 Thread.sleep( 1000);183 Thread.sleep(2000); 184 184 } 185 185
Note: See TracChangeset
for help on using the changeset viewer.