Skip to content

Commit

Permalink
increased time for CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sephiroth74 committed Jan 7, 2019
1 parent f5e65d3 commit 1e5fa8b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class TestSwipeGesture : TestBaseClass() {
recognizer.direction = UISwipeGestureRecognizer.LEFT
recognizer.actionListener = actionListener
recognizer.maximumTouchSlopTime *= 5 // test only
recognizer.maximumTouchFlingTime *= 2 // test only

delegate.addGestureRecognizer(recognizer)

Expand Down

0 comments on commit 1e5fa8b

Please sign in to comment.