citrun

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

commit 4fb2103bf3b78099639e7795e3a27a7e0429a60c
parent 8e7953348637d1f72ebf4c5016264b76101b548c
Author: kyle <kyle@0x30.net>
Date:   Tue, 17 Jan 2017 22:29:00 -0700

t: increase timeout after seeing a test failure

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 1 * 1000; + usleep 5 * 1000; my $total = 0; for (keys %trans_units) {