citrun

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

commit 2c3d3ffe4505db0f2fde3ff1288c679b852e7aac
parent 15451126ca260681e7d6f5ae4c4cf5b6670db0a3
Author: Kyle Milz <kyle@0x30.net>
Date:   Sat,  9 Jul 2016 18:06:38 -0600

tt: bump sleep time to 10ms

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

diff --git a/tt/vim.t b/tt/vim.t @@ -161,7 +161,7 @@ is( $viewer->{num_tus}, 1, "xxd translation unit count" ); $viewer->cmp_static_data(\@known_good); for (1..60) { - usleep(1000); + usleep(10 * 1000); $viewer->cmp_dynamic_data(); }