Skip to content

Commit 24c1729

Browse files
committed
release time sleep
1 parent c83a8f4 commit 24c1729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning/pytorch/callbacks/progress/rich_progress.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def run(self) -> None:
8686
with self.live._lock:
8787
self.live.refresh()
8888
self.refresh_cond = False
89-
time.sleep(0.001)
89+
time.sleep(0.005)
9090

9191
def stop(self) -> None:
9292
self.done.set()

0 commit comments

Comments
 (0)