Skip to content

Commit

Permalink
add sleep to let graphs sync
Browse files Browse the repository at this point in the history
  • Loading branch information
pietermartin committed Mar 26, 2022
1 parent 83ee0f7 commit d8ac394
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ public void testConcurrentModificationException() throws Exception {
result.get(30, TimeUnit.SECONDS);
logger.info("graph readResults returned");
}
Thread.sleep(10_000);
logger.info("starting querying data");
Set<Vertex> vertices = this.sqlgGraph.traversal().V().out().toSet();
this.sqlgGraph.tx().rollback();
Expand Down

0 comments on commit d8ac394

Please sign in to comment.