Skip to content

Commit dad7cb2

Browse files
yezhizhenjdm
authored andcommitted
Fix Spacing
Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
1 parent 500e8c0 commit dad7cb2

File tree

1 file changed

+2
-2
lines changed
  • tools/wptrunner/wptrunner/browsers

1 file changed

+2
-2
lines changed

tools/wptrunner/wptrunner/browsers/servo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def is_alive(self):
138138
try:
139139
requests.get(f"http://{self.host}:{self.port}/status", timeout=3)
140140
except requests.exceptions.Timeout:
141-
# FIXME: This indicates a hanged browser.
141+
# FIXME: This indicates a hanged browser.
142142
# Server is waiting for response of the previous command.
143143
# It happens with ~0.1% probability in our CI runs.
144144
self.logger.debug("Servo webdriver status request timed out.")
@@ -173,7 +173,7 @@ def stop(self, force=False):
173173
)
174174
self.logger.warning("Hanged server. Killing instead.")
175175
break
176-
176+
177177
time.sleep(1)
178178
else:
179179
self.logger.warning("Max retry exceeded to normally shut down. Killing instead.")

0 commit comments

Comments
 (0)