Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
blublinsky committed Nov 21, 2024
1 parent 33f581a commit d559a2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def operator() -> ActorHandle:
if overall < MAX_LIST:
n_list = min(overall + 10, MAX_LIST)
alive = []
for i in range(1):
for i in range(120):
time.sleep(1)
alive = list_actors(filters=[("class_name", "=", cls_name), ("state", "=", "ALIVE")], limit=n_list)
if len(alive) >= n_actors + c_len:
Expand Down

0 comments on commit d559a2e

Please sign in to comment.