Skip to content

Commit

Permalink
chore(tests): use multple tabs // timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Nov 3, 2023
1 parent 217dccb commit 4efd745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_on_domains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
curl -s https://raw.githubusercontent.com/Azathothas/CertStream-Domains/main/Data/np_ccTLDs/certstream_domains_np_all_24h_httpx.txt | awk '{print $1}' | grep -i 'http' >> urls.txt
- name: Take screenshots
run: hxn -b $(which google-chrome) -f urls.txt -t 50 --timeout 100
run: hxn -b $(which google-chrome) -f urls.txt -t 80 --timeout 500
- name: Count files in hxnshots
run: |
num_files=$(ls -1q hxnshots | wc -l)
Expand Down

0 comments on commit 4efd745

Please sign in to comment.