Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
taokayan committed Sep 24, 2024
1 parent 1c8267d commit 0a43242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ship_streamer_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
time.sleep(5.0)

Print(f"Stopping all {args.num_clients} clients")
for index, (popen, _), (out, err), start in zip(range(len(clients) // 2), clients, files, starts):
for index, (popen, _), (out, err), start in zip(range(len(clients)), clients, files, starts):
popen.kill()

testSuccessful = True
Expand Down

0 comments on commit 0a43242

Please sign in to comment.