tests: gpiomon: increase the time waiting for events
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Fri, 12 Apr 2019 14:45:53 +0000 (16:45 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 23 Apr 2019 09:50:13 +0000 (11:50 +0200)
We no longer have influence over the type of generated events. We
always start with a rising edge-event and then get alternating edges.
We need to wait slightly longer to collect the events we're expecting
in one of the test cases.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
tests/tests-gpiomon.c

index a251be6667e813abdfb2264c6f7f0b5cf6bb4680..379eebf1eb965ac3f0f595bd75fd78ef8985655c 100644 (file)
@@ -3,6 +3,7 @@
  * This file is part of libgpiod.
  *
  * Copyright (C) 2017-2018 Bartosz Golaszewski <bartekgola@gmail.com>
+ * Copyright (C) 2019 Bartosz Golaszewski <bgolaszewski@baylibre.com>
  */
 
 /* Test cases for the gpiomon program. */
@@ -89,7 +90,7 @@ static void gpiomon_falling_edge_events_sigint(void)
        test_tool_run("gpiomon", "--falling-edge",
                      test_chip_name(0), "4", (char *)NULL);
        test_set_event(0, 4, 100);
-       usleep(200000);
+       usleep(300000);
        test_tool_signal(SIGINT);
        test_tool_wait();