Skip to content

Commit

Permalink
Expanding join time form 30 to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekKuczynski committed Aug 16, 2024
1 parent 068db06 commit 4b961d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfswarm_manager/rfswarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2705,7 +2705,7 @@ def on_closing(self, _event=None, *args):
if thread.name != "MainThread":
if thread.is_alive():
base.debugmsg(9, thread.name, "before")
thread.join(timeout=30)
thread.join(timeout=60)
base.debugmsg(9, thread.name, "after")

try:
Expand Down

0 comments on commit 4b961d5

Please sign in to comment.