Index: /applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/validation/SegmentChecker.java
===================================================================
--- /applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/validation/SegmentChecker.java	(revision 33354)
+++ /applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/validation/SegmentChecker.java	(revision 33355)
@@ -1010,4 +1010,14 @@
 	 */
 	private static Command carryOutSingleFix(TestError testError, List<PTWay> fix) {
+
+		// wait:
+		synchronized (SegmentChecker.class) {
+			try {
+				SegmentChecker.class.wait(1500);
+			} catch (InterruptedException e) {
+				e.printStackTrace();
+			}
+		}
+
 		// Zoom to the problematic ways:
 		final Collection<OsmPrimitive> waysToZoom = new ArrayList<>();
@@ -1031,5 +1041,4 @@
 				SegmentChecker.class.wait(1500);
 			} catch (InterruptedException e) {
-				// TODO Auto-generated catch block
 				e.printStackTrace();
 			}
