Skip to content

Commit

Permalink
makes wait smaller, the bug was not this. I need to lake build before…
Browse files Browse the repository at this point in the history
… lake graph
  • Loading branch information
javierlcontreras committed Jan 30, 2025
1 parent 17333c0 commit d1f6111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/import_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def main():

print("Stabilizing wait")

time.sleep(10)
time.sleep(1)

print("Running .dot edditing")
dot = ""
Expand Down

0 comments on commit d1f6111

Please sign in to comment.