Skip to content

Commit 4efd745

Browse files
committed
chore(tests): use multple tabs // timeout
1 parent 217dccb commit 4efd745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_on_domains.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
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
2828
- name: Take screenshots
29-
run: hxn -b $(which google-chrome) -f urls.txt -t 50 --timeout 100
29+
run: hxn -b $(which google-chrome) -f urls.txt -t 80 --timeout 500
3030
- name: Count files in hxnshots
3131
run: |
3232
num_files=$(ls -1q hxnshots | wc -l)

0 commit comments

Comments
 (0)