Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3931

Show
Ignore:
Timestamp:
09/08/08 16:46:21 (2 months ago)
Author:
sean
Message:

Lengthened timeout for unittest. Hopefully this closes #1049

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/core/sync/Semaphore.d

    r3813 r3931  
    326326            } 
    327327 
    328             for( int i = numConsumers * 1000; i > 0; --i ) 
     328            for( int i = numConsumers * 10000; i > 0; --i ) 
    329329            { 
    330330                synchronized( synComplete )