Skip to content

Commit a1495bc

Browse files
authored
Update K6_BROWSER_TIMEOUT description (#1668)
1 parent 1cf062e commit a1495bc

File tree

2 files changed

+2
-2
lines changed
  • docs/sources

2 files changed

+2
-2
lines changed

docs/sources/next/javascript-api/k6-browser/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ You can customize the behavior of the browser module by providing browser option
119119
| K6_BROWSER_EXECUTABLE_PATH | Override search for browser executable in favor of specified absolute path. |
120120
| K6_BROWSER_HEADLESS | Show browser GUI or not. `true` by default. |
121121
| K6_BROWSER_IGNORE_DEFAULT_ARGS | Ignore any of the [default arguments](#default-arguments) included when launching a browser process. |
122-
| K6_BROWSER_TIMEOUT | Default timeout to use for various actions and navigation. `'30s'` if not set. |
122+
| K6_BROWSER_TIMEOUT | Default timeout for initializing the connection to the browser instance. `'30s'` if not set. |
123123
| K6_BROWSER_TRACES_METADATA | Sets additional _key-value_ metadata that is included as attributes in every span generated from browser module traces. Example: `K6_BROWSER_TRACES_METADATA=attr1=val1,attr2=val2`. This only applies if traces generation is enabled, refer to [Traces output](https://grafana.com/docs/k6/<K6_VERSION>/using-k6/k6-options/reference#traces-output) for more details. |
124124

125125
The following command passes the [browser module options](#browser-module-options) as environment variables to launch a headful browser with custom arguments.

docs/sources/v0.52.x/javascript-api/k6-browser/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ You can customize the behavior of the browser module by providing browser option
119119
| K6_BROWSER_EXECUTABLE_PATH | Override search for browser executable in favor of specified absolute path. |
120120
| K6_BROWSER_HEADLESS | Show browser GUI or not. `true` by default. |
121121
| K6_BROWSER_IGNORE_DEFAULT_ARGS | Ignore any of the [default arguments](#default-arguments) included when launching a browser process. |
122-
| K6_BROWSER_TIMEOUT | Default timeout to use for various actions and navigation. `'30s'` if not set. |
122+
| K6_BROWSER_TIMEOUT | Default timeout for initializing the connection to the browser instance. `'30s'` if not set. |
123123
| K6_BROWSER_TRACES_METADATA | Sets additional _key-value_ metadata that is included as attributes in every span generated from browser module traces. Example: `K6_BROWSER_TRACES_METADATA=attr1=val1,attr2=val2`. This only applies if traces generation is enabled, refer to [Traces output](https://grafana.com/docs/k6/<K6_VERSION>/using-k6/k6-options/reference#traces-output) for more details. |
124124

125125
The following command passes the [browser module options](#browser-module-options) as environment variables to launch a headful browser with custom arguments.

0 commit comments

Comments
 (0)