1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-11 19:29:20 +08:00

Revert "Increase button delay hack for test suite"

This reverts commit fe221a963346150f1b90315808bdcc5fc5d658b6.
This commit is contained in:
deadprogram 2016-02-16 16:48:25 -08:00
parent 87584e9765
commit b06f8bae38
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import (
"github.com/hybridgroup/gobot"
)
const BUTTON_TEST_DELAY = 100
const BUTTON_TEST_DELAY = 30
func initTestButtonDriver() *ButtonDriver {
return NewButtonDriver(newGpioTestAdaptor("adaptor"), "bot", "1")

View File

@ -8,7 +8,7 @@ import (
"github.com/hybridgroup/gobot"
)
const MAKEY_TEST_DELAY = 100
const MAKEY_TEST_DELAY = 30
func initTestMakeyButtonDriver() *MakeyButtonDriver {
return NewMakeyButtonDriver(newGpioTestAdaptor("adaptor"), "bot", "1")