@@ -1,4 +1,10 @@
+
+/**
+sleep(3s)
+**/
+;
create ("cypher3:e31")-[:connect]->("cypher4:e41")
;
create ("cypher4:e41")-[:connect]->("cypher5:e51")
@@ -16,9 +22,6 @@ create ("cypher5:e52")-[:connect]->("cypher6:e62")
create ("cypher4:e41")-[:connect]->("cypher5:e52")
create ("cypher4:e42")-[:connect]->("cypher5:e51")
-/**
-sleep(3s)
-**/
/**