We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10745db commit 1fbd49cCopy full SHA for 1fbd49c
1 file changed
scripts/build-tries.js
@@ -44,7 +44,7 @@ const tries = [
44
45
process.stderr.write(`Downloading public suffix list from ${PUBLIC_SUFFIX_URL}... `);
46
47
-got(PUBLIC_SUFFIX_URL)
+got(PUBLIC_SUFFIX_URL, { timeout: 60*1000 })
48
.then(res => {
49
process.stderr.write("ok" + os.EOL);
50
0 commit comments