Skip to content

Commit

Permalink
FEED-5785: add maxWaitTime and waitForNavTimeout to structures (#58)
Browse files Browse the repository at this point in the history
* FEED-5785: add maxWaitTime and waitForNavTimeout to structures

* FEED-5785 SYN-4410: Add max_wait_time and wait_for_nav_timeout to resource_browser_check_v2

* FEED-5785 SYN-4410: Fix collision

* FEED-5785 SYN-4410: Add variables resource

* FEED-5787 SYN-4410: Clean up steps, add max_wait_time

* FEED-5785 SYN-4410: Add expectations for update
  • Loading branch information
sangn-splunk authored Aug 27, 2024
1 parent 35ee577 commit 29e6543
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 24 deletions.
8 changes: 8 additions & 0 deletions synthetics/resource_browser_check_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,14 @@ func resourceBrowserCheckV2() *schema.Resource {
Optional: true,
Default: false,
},
"wait_for_nav_timeout": {
Type: schema.TypeInt,
Optional: true,
},
"max_wait_time": {
Type: schema.TypeInt,
Optional: true,
},
"options": {
Type: schema.TypeSet,
Optional: true,
Expand Down
Loading

0 comments on commit 29e6543

Please sign in to comment.