Changeset 19361 in josm
- Timestamp:
- 2025-03-27T09:21:29+01:00 (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/testutils/MapModeUtils.java
r19270 r19361 82 82 MainApplication.getMap().mapMode.mousePressed(mouseClickAt(from)); 83 83 // Some actions wait a period of time to avoid accidental dragging. 84 Awaitility.await().pollDelay(Durations.FIVE_HUNDRED_MILLISECONDS).atLeast(4 90, TimeUnit.MILLISECONDS).until(() -> true);84 Awaitility.await().pollDelay(Durations.FIVE_HUNDRED_MILLISECONDS).atLeast(485, TimeUnit.MILLISECONDS).until(() -> true); 85 85 MainApplication.getMap().mapMode.mouseDragged(mouseClickAt(from)); 86 86 MainApplication.getMap().mapMode.mouseDragged(mouseClickAt(to));
Note:
See TracChangeset
for help on using the changeset viewer.