Skip to content

Commit d1f6111

Browse files
makes wait smaller, the bug was not this. I need to lake build before lake graph
1 parent 17333c0 commit d1f6111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/import_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def main():
1515

1616
print("Stabilizing wait")
1717

18-
time.sleep(10)
18+
time.sleep(1)
1919

2020
print("Running .dot edditing")
2121
dot = ""

0 commit comments

Comments
 (0)