citrun

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

commit 1d191b63eafca427f9400bbd54360a9f95c1e1dc
parent 620f9b87e3349b0e5d824b50297a6e31190eceb2
Author: kyle <kyle@0x30.net>
Date:   Wed, 18 Jan 2017 01:00:11 -0700

t: increase timeout again

Diffstat:
Mt/lib_livecount.t | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/lib_livecount.t b/t/lib_livecount.t @@ -26,7 +26,7 @@ my %trans_units = %{ $shm->{trans_units} }; my $last_total = 0; for (0..20) { - usleep 10 * 1000; + usleep 30 * 1000; my $total = 0; for (keys %trans_units) {