Skip to content

Commit 93b40d6

Browse files
committed
docs: update the readme
1 parent c97daa1 commit 93b40d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -382,15 +382,15 @@ driver = webdriver.Remote(custom_executor, options=options)
382382
383383
The `AppiumConnection` can set `selenium.webdriver.remote.client_config.ClientConfig` as well.
384384
385-
## Relaxing read timeout
385+
## Relaxing HTTP request read timeout
386386
387387
Appium Python Client has `120` seconds read timeout on each HTTP request since the version v4.3.0 because of
388-
the corresponding selenium bindings set the read timeout by default.
389-
A couple of methods below would help to configure the timeout.
388+
the corresponding selenium binding version.
389+
You have two methods to extend the read timeout.
390390
391391
1. Set `GLOBAL_DEFAULT_TIMEOUT` environment variable
392392
2. Configure timeout via `selenium.webdriver.remote.client_config.ClientConfig`
393-
- `timeout` argument or
393+
- `timeout` argument, or
394394
- `init_args_for_pool_manager` argument for `urllib3.PoolManager`
395395
396396
## Documentation

0 commit comments

Comments
 (0)