1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-29 13:49:14 +08:00

Increase button delay hack for test suite

This commit is contained in:
deadprogram 2016-02-16 15:27:02 -08:00
parent a5bc3a66b4
commit 87584e9765
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -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")