[otrs-cvs] otrs/scripts/test/Scheduler Run.t,1.3.2.2,1.3.2.3
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/scripts/test/Scheduler
In directory lancelot:/tmp/cvs-serv7162/scripts/test/Scheduler
Modified Files:
Tag: rel-3_1
Run.t
Log Message:
Increased ActiveSleep times by 100 to have better stability on slow or high IO load systems.
Author: cr
Index: Run.t
===================================================================
RCS file: /home/cvs/otrs/scripts/test/Scheduler/Run.t,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -2 -u -d -r1.3.2.2 -r1.3.2.3
--- Run.t 13 Nov 2012 20:40:56 -0000 1.3.2.2
+++ Run.t 4 Dec 2012 13:35:32 -0000 1.3.2.3
@@ -103,5 +103,5 @@
# Wait for slow systems
- my $SleepTime = 20;
+ my $SleepTime = 120;
print "Waiting at most $SleepTime s until scheduler stops\n";
ACTIVESLEEP:
@@ -139,5 +139,5 @@
# Wait for slow systems
-my $SleepTime = 20;
+my $SleepTime = 120;
print "Waiting at most $SleepTime s until scheduler stops\n";
ACTIVESLEEP:
@@ -167,8 +167,8 @@
# define global wait times (Secs)
-my $TotalWaitToExecute = 25;
-my $TotalWaitToCheck = 10;
-my $TotalWaitToStop = 40;
-my $TotalWaitToReSchedule = 30;
+my $TotalWaitToExecute = 125;
+my $TotalWaitToCheck = 110;
+my $TotalWaitToStop = 140;
+my $TotalWaitToReSchedule = 130;
$Self->Is(
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log