Skip to content

Commit

Permalink
Increase monitoring interval to 0.5s
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Dec 29, 2024
1 parent ee5c9e0 commit 556d9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiidalab_qe/app/result/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def _post_render(self):
self.toggle_controls.value = "Summary"

self.process_monitor = ProcessMonitor(
timeout=0.2,
timeout=0.5,
callbacks=[
self._update_status,
self._update_state,
Expand Down

0 comments on commit 556d9e0

Please sign in to comment.