From: Bartosz Golaszewski Date: Wed, 21 Jun 2023 07:23:27 +0000 (+0200) Subject: tools: tests: add short sleeps between generating edge events X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f5c955bba2663dc5944ab3288501fa8281bda338;p=qemu-gpiodev%2Flibgpiod.git tools: tests: add short sleeps between generating edge events Toggling the gpio-sim pull too fast can lead to losing events by gpiomon. Add short sleeps between the calls to gpiosim_set_pull. Signed-off-by: Bartosz Golaszewski --- diff --git a/tools/gpio-tools-test.bats b/tools/gpio-tools-test.bats index cc28f1b..1311fc9 100755 --- a/tools/gpio-tools-test.bats +++ b/tools/gpio-tools-test.bats @@ -2072,9 +2072,13 @@ request_release_line() { dut_run_redirect gpiomon --num-events=4 --chip $sim0 4 gpiosim_set_pull sim0 4 pull-up + sleep 0.01 gpiosim_set_pull sim0 4 pull-down + sleep 0.01 gpiosim_set_pull sim0 4 pull-up + sleep 0.01 gpiosim_set_pull sim0 4 pull-down + sleep 0.01 dut_wait status_is 0