Skip to content

Commit bcfb6a8

Browse files
add timeout for process termination
1 parent 7abb363 commit bcfb6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appium/webdriver/appium_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def stop(self, timeout: int = 5) -> bool:
229229
or has been already stopped.
230230
231231
Args:
232-
timeout: timeout for process termination
232+
timeout: timeout for process termination.
233233
234234
Returns:
235235
`True` if the service was running before being stopped

0 commit comments

Comments
 (0)