(file) Return to StressTestController.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / test / StressTestController

Diff for /pegasus/test/StressTestController/StressTestController.cpp between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2006/04/18 03:15:28 version 1.1.2.2, 2006/04/19 22:00:44
Line 67 
Line 67 
 #define MILLISECONDS 1000 #define MILLISECONDS 1000
 #define CHECKUP_INTERVAL 1 #define CHECKUP_INTERVAL 1
 #define STOP_DELAY 1 #define STOP_DELAY 1
   #define SHUTDOWN_DELAY 5
 #define RUN_DELAY 1 #define RUN_DELAY 1
 #define DEFAULT_INSTANCE "5" #define DEFAULT_INSTANCE "5"
  
Line 1563 
Line 1564 
     cleanupProcess();     cleanupProcess();
  
     //     //
       // Waiting to allow clients to shutdown
       //
   #ifndef PEGASUS_PLATFORM_WIN32_IX86_MSVC
       sleep(SHUTDOWN_DELAY);
   #else
       Sleep(SHUTDOWN_DELAY * 1000);
   #endif
       //
     // If the test did not run to completition     // If the test did not run to completition
     //     //
     if(TestFailed)     if(TestFailed)


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2