Skip to content

Commit

Permalink
add tables
Browse files Browse the repository at this point in the history
  • Loading branch information
gschatz-splunk committed Jul 31, 2024
1 parent d9a2b02 commit 29c778e
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions synthetics/browser-test/set-up-browser-test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ Wait times
Optimize your test coverage by adding custom wait times to capture longer page loads and improve the accuracy of run results. Applications with long load times can cause a Browser test to fail. If you know that there are certain steps in a workflow that take longer than 10 seconds, add a custom wait time to your Browser test.

* Wait times are available with Browser tests only.
* The maximum cumulative wait time for each test is 200 seconds.
* The maximum custom wait time for each test is 200 seconds.

Follow these steps to configure custom wait times for your Browser tests:

Expand All @@ -456,8 +456,10 @@ The following image shows how to configure a test to go to a URL, wait for 10 se
:alt: This image shows a browser test with three steps: go to url, wait 20 seconds, then log in.


Limits and defaults for configurable wait times
------------------------------------------------------
Here are the limits for each type of wait time. The maximum limit for a run is 30 minutes, afterwhich it times out.

Here are the limits for each type of wait time. After 30 minutes a run times out.

.. list-table::
:header-rows: 1
Expand All @@ -471,9 +473,22 @@ Here are the limits for each type of wait time. After 30 minutes a run times out

* - Wait for navigation
- 20 seconds


.. list-table::
:header-rows: 1
:widths: 50 50

* - :strong:`Description`
- :strong:`Default`

* - Wait time for assert
- 10 seconds

* - Wait for navigation
- 2 seconds

* - Global timeout for all runs
- 30 minutes




Expand Down

0 comments on commit 29c778e

Please sign in to comment.