aboutsummaryrefslogtreecommitdiff
path: root/pw_rpc/py/pw_rpc/testing.py
diff options
context:
space:
mode:
Diffstat (limited to 'pw_rpc/py/pw_rpc/testing.py')
-rw-r--r--pw_rpc/py/pw_rpc/testing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_rpc/py/pw_rpc/testing.py b/pw_rpc/py/pw_rpc/testing.py
index de8ab6223..f8b129df4 100644
--- a/pw_rpc/py/pw_rpc/testing.py
+++ b/pw_rpc/py/pw_rpc/testing.py
@@ -128,7 +128,7 @@ def execute_integration_test(
client_cmdline += [*common_args]
server_process = subprocess.Popen(server_cmdline)
- # TODO(b/234879791): Replace this delay with some sort of IPC.
+ # TODO: b/234879791 - Replace this delay with some sort of IPC.
time.sleep(setup_time_s)
result = subprocess.run(client_cmdline).returncode