Update of /cvsroot/poe/poe/tests/30_loops/00_base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18576/tests/30_loops/00_base
Modified Files:
k_alarms.pm
Log Message:
Windows XP under Virtual PC is functional but teh sl0. Increase the
"reasonable" time factor for the alarm tests in the face of such time
dilation.
Index: k_alarms.pm
===================================================================
RCS file: /cvsroot/poe/poe/tests/30_loops/00_base/k_alarms.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** k_alarms.pm 4 Sep 2004 22:50:39 -0000 1.1
--- k_alarms.pm 30 Jun 2005 16:39:15 -0000 1.2
***************
*** 163,169 ****
ok($heap->{test}->{path_ten} == 1, "stopped delay should not ring");
! # Here's where we check the overall run time. Increased to 5s for
# extremely slow, overtaxed machines like my NT test platform.
! ok(time() - $heap->{start_time} <= 5, "tests ran reasonably fast");
# And test alarm order.
--- 163,169 ----
ok($heap->{test}->{path_ten} == 1, "stopped delay should not ring");
! # Here's where we check the overall run time. Increased to 10s for
# extremely slow, overtaxed machines like my NT test platform.
! ok(time() - $heap->{start_time} <= 10, "tests ran reasonably fast");
# And test alarm order.
|