Skip to content

Commit

Permalink
snap
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-merzky committed Nov 27, 2024
1 parent 52fffbb commit 2aff9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/radical/pilot/utils/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def start(self):
def wait(self):

while not self._term.is_set():
time.sleep(1)
time.sleep(0.1)


# --------------------------------------------------------------------------
Expand Down

0 comments on commit 2aff9e0

Please sign in to comment.