citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit fe989f3191597a8593ef32bf56cb465683e92a28
parent 485af6253a1b212a496843cb41726c29887f3ce1
Author: kyle <kyle@0x30.net>
Date:   Sat, 12 Nov 2016 13:51:25 -0700

t/rt_exectotals: increase delay and reduce total iterations

Diffstat:
Mt/rt_exectotals.t | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/t/rt_exectotals.t b/t/rt_exectotals.t @@ -3,7 +3,7 @@ # use strict; use warnings; -use Test::More tests => 100; +use Test::More tests => 50; use Time::HiRes qw( usleep ); use t::program; use t::shm; @@ -19,8 +19,8 @@ sleep 1; my $shm = t::shm->new(); my $last_total = 0; -for (0..99) { - usleep 10 * 1000; +for (0..49) { + usleep 100 * 1000; my $total = 0; for (0..2) {