Skip to content

Commit 02d4f6a

Browse files
authored
Add default values for timeouts to web-ext docs (#2052)
1 parent 81bf3bc commit 02d4f6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/documentation/develop/web-ext-command-reference-v7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ Environment variable: `$WEB_EXT_CHANNEL`
625625

626626
#### `--timeout`
627627

628-
Number of milleseconds to wait before giving up on a response from Mozilla's web service. This should always be a number.
628+
Number of milleseconds to wait before giving up on a response from Mozilla's web service. This should always be a number. _Defaults to 5 minutes (300000 ms)_
629629

630630
Environment variable: `$WEB_EXT_TIMEOUT`
631631
</section>

src/content/documentation/develop/web-ext-command-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ Environment variable: `$WEB_EXT_API_SECRET`
583583

584584
#### `--approval-timeout`
585585

586-
Number of milliseconds to wait for approval before giving up. Set to 0 to disable the wait for approval. Defaults to `timeout` if not set.
586+
Number of milliseconds to wait for approval before giving up. Set to 0 to disable the wait for approval. Defaults to `timeout` if not set. _Defaults to 15 minutes (900000 ms)._
587587

588588
Environment variable: `$WEB_EXT_APPROVAL_TIMEOUT`
589589
</section>
@@ -631,7 +631,7 @@ Environment variable: `$WEB_EXT_CHANNEL`
631631

632632
#### `--timeout`
633633

634-
Number of milliseconds to wait before giving up on a response from Mozilla's web service. This should always be a number.
634+
Number of milliseconds to wait before giving up on a response from Mozilla's web service. This should always be a number. _Defaults to 5 minutes (300000 ms)_
635635

636636
Environment variable: `$WEB_EXT_TIMEOUT`
637637
</section>

0 commit comments

Comments
 (0)