Skip to content

Commit df427c5

Browse files
authored
Sleep more when fetching files (#353)
1 parent 5bebca9 commit df427c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/update-to-latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if curl --output /dev/null --silent --head --fail "$browser_protocol_domains_url
3636
for domain in $domains; do
3737
browser_protocol_domain_url="https://chromium.googlesource.com/chromium/src.git/+/${commit_sha}/third_party/blink/public/devtools_protocol/domains/$domain?format=TEXT"
3838
curl --silent "${browser_protocol_domain_url}" | base64 --decode > pdl/domains/$domain
39-
sleep 1
39+
sleep 3
4040
done
4141
fi
4242
curl --silent "${browser_protocol_url}" | base64 --decode > pdl/browser_protocol.pdl

0 commit comments

Comments
 (0)