Skip to content

Commit

Permalink
Revert "Increase button delay hack for test suite"
Browse files Browse the repository at this point in the history
This reverts commit fe221a9.
  • Loading branch information
deadprogram committed Feb 17, 2016
1 parent fe221a9 commit 2a80610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/gpio/button_driver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion platforms/gpio/makey_button_driver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2a80610

Please sign in to comment.