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:
parent
a5bc3a66b4
commit
87584e9765
@ -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")
|
||||
|
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user