summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/test_wacom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_wacom.py b/test/test_wacom.py
index b7dcd5e..b92901c 100644
--- a/test/test_wacom.py
+++ b/test/test_wacom.py
@@ -166,7 +166,7 @@ def test_axis_updates(mainloop, opts, axis):
# Send a bunch of events with only one axis changing, the rest remains at
# the device's logical center
- for i in range(10):
+ for i in range(0, 30, 2):
axes = [0] * len(map)
axes[map[axis]] = i