Skip to content

Commit

Permalink
fix: keep to sixty default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
GangGreenTemperTatum committed Jan 21, 2025
1 parent 5236e95 commit 14e9dd5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions dyana/loaders/website/settings.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
description: Opens a website in an headless browser.
network: true
description: Opens a website in a headless browser and profiles its performance.

args:
- name: url
description: URL to open.
required: true
- name: wait-for
description: CSS selector to wait for before profiling.
required: false
- name: timeout
description: Timeout in seconds for page load and element wait.
required: false
type: int
default: "60"

0 comments on commit 14e9dd5

Please sign in to comment.