VirtualBox

Changeset 5881 in vbox


Ignore:
Timestamp:
Nov 29, 2007 5:33:08 AM (17 years ago)
Author:
vboxsync
Message:

barcelona needs more time?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstTSC.cpp

    r4071 r5881  
    112112                    &&  ApicId1 == ApicId3
    113113                    &&  ApicId1 == ApicId4
    114                     &&  TSC3 - TSC1 < 1750 /* WARNING: This is just a guess, increase if it doesn't work for you. */
     114                    &&  TSC3 - TSC1 < 2250 /* WARNING: This is just a guess, increase if it doesn't work for you. */
    115115                    &&  TSC2 - TSC1 < TSC3 - TSC1
    116116                    )
     
    188188    for (unsigned cTries = 0; ; cTries++)
    189189    {
    190         if (cTries > 1024)
     190        if (cTries > 10240)
    191191        {
    192192            RTPrintf("tstTSC: FAILURE - %d attempts, giving.\n", cTries);
     
    265265            &&  ApicId1 == ApicId5
    266266            &&  ApicId1 == ApicId6
    267             &&  TSC5 - TSC1 < 2000  /* WARNING: This is just a guess, increase if it doesn't work for you. */
     267            &&  TSC5 - TSC1 < 2750  /* WARNING: This is just a guess, increase if it doesn't work for you. */
    268268            &&  TSC4 - TSC1 < TSC5 - TSC1
    269269            &&  TSC3 - TSC1 < TSC4 - TSC1
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette