Changeset 12913 in vbox for trunk/src/VBox/Main
- Timestamp:
- Oct 2, 2008 9:44:10 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 37324
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstCollector.cpp
r12594 r12913 269 269 } 270 270 start = RTTimeMilliTS(); 271 while(RTTimeMilliTS() - start < 5000); // Loop for 5 seconds 271 while(RTTimeMilliTS() - start < 5000) 272 ; // Loop for 5 seconds 272 273 rc = collector->preCollect(hints); 273 274 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.