X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=debug%2Ftargets.py;h=7183a38fe8011fc68f77d7e63be04abcbc4c7b84;hb=311680cad866d9a2a13aec44a1b615eb6cebe6a5;hp=37759f953e279177b7bb4496441ccf36392c27ef;hpb=489838cc68e8c332ed49d189be13212c46716445;p=riscv-tests.git diff --git a/debug/targets.py b/debug/targets.py index 37759f9..7183a38 100644 --- a/debug/targets.py +++ b/debug/targets.py @@ -24,8 +24,8 @@ class Target(object): # Timeout waiting for the server to start up. This is different than the # GDB timeout, which is how long GDB waits for commands to execute. - # The server_timeout is how long this script waits for the Server to be ready - # for GDB connections. + # The server_timeout is how long this script waits for the Server to be + # ready for GDB connections. server_timeout_sec = 60 # Path to linker script relative to the .py file where the target is