We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217dccb commit 4efd745Copy full SHA for 4efd745
.github/workflows/test_on_domains.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
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
28
- name: Take screenshots
29
- 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
30
- name: Count files in hxnshots
31
32
num_files=$(ls -1q hxnshots | wc -l)
0 commit comments