Skip to content

Commit

Permalink
fix ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shirly121 committed Jan 24, 2025
1 parent 852db3e commit be01b53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,7 @@ public Traversal<Vertex, Long> get_g_VX2X_both_with_trail_allve_count() {
@Override
public Traversal<Vertex, Object> get_g_V_path_expand_until_age_gt_30_values_age() {
return ((IrCustomizedTraversal)
g.V().out("1..100", "knows")
g.V().out("1..15", "knows") // system maximum hops is 15
.with(
"UNTIL",
com.alibaba.graphscope.gremlin.integration.suite.utils
Expand Down

0 comments on commit be01b53

Please sign in to comment.