File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tools/wptrunner/wptrunner/browsers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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." )
You can’t perform that action at this time.
0 commit comments