From 87584e97657b2e0a6e924f8d59b35e9a19a1d702 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Tue, 16 Feb 2016 15:27:02 -0800 Subject: [PATCH] Increase button delay hack for test suite --- platforms/gpio/button_driver_test.go | 2 +- platforms/gpio/makey_button_driver_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms/gpio/button_driver_test.go b/platforms/gpio/button_driver_test.go index e7deb48e..0426db44 100644 --- a/platforms/gpio/button_driver_test.go +++ b/platforms/gpio/button_driver_test.go @@ -8,7 +8,7 @@ import ( "github.com/hybridgroup/gobot" ) -const BUTTON_TEST_DELAY = 30 +const BUTTON_TEST_DELAY = 100 func initTestButtonDriver() *ButtonDriver { return NewButtonDriver(newGpioTestAdaptor("adaptor"), "bot", "1") diff --git a/platforms/gpio/makey_button_driver_test.go b/platforms/gpio/makey_button_driver_test.go index fc3e65e8..09ceeee7 100644 --- a/platforms/gpio/makey_button_driver_test.go +++ b/platforms/gpio/makey_button_driver_test.go @@ -8,7 +8,7 @@ import ( "github.com/hybridgroup/gobot" ) -const MAKEY_TEST_DELAY = 30 +const MAKEY_TEST_DELAY = 100 func initTestMakeyButtonDriver() *MakeyButtonDriver { return NewMakeyButtonDriver(newGpioTestAdaptor("adaptor"), "bot", "1")