Skip to content

Commit 36b2aff

Browse files
committed
Increase timeout limits
This doubles the length of the timeout restrictions for all current https-everywhere-checker configs in an attempt to fix EFForg#4810. Arguably, since Travis is the one causing that particular issue, it could suffice to change only http.checker.config, but increasing all of them is probably safer for database-wide runs anyway.
1 parent e731a50 commit 36b2aff

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

test/rules/coverage.checker.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ basedir = test/rules/platform_certs
1616
user_agent = Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0
1717
# Don't bother doing HTTP, we are just checking coverage and want it to be fast.
1818
enabled = false
19-
connect_timeout = 10
20-
read_timeout = 15
19+
connect_timeout = 20
20+
read_timeout = 30
2121
redirect_depth = 10
2222
threads = 10
2323
fetch_in_subprocess = false

test/rules/disable-broken-rulesets.checker.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ basedir = test/rules/platform_certs
1313
[http]
1414
user_agent = Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0
1515
enabled = true
16-
connect_timeout = 10
17-
read_timeout = 15
16+
connect_timeout = 20
17+
read_timeout = 30
1818
redirect_depth = 10
1919
threads = 20
2020
fetch_in_subprocess = false

test/rules/http.checker.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ basedir = test/rules/platform_certs
1616
[http]
1717
user_agent = Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0
1818
enabled = true
19-
connect_timeout = 10
20-
read_timeout = 15
19+
connect_timeout = 20
20+
read_timeout = 30
2121
redirect_depth = 10
2222
threads = 40
2323
fetch_in_subprocess = false

test/rules/manual.checker.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ basedir = test/rules/platform_certs
1414
[http]
1515
user_agent = Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0
1616
enabled = true
17-
connect_timeout = 10
18-
read_timeout = 15
17+
connect_timeout = 20
18+
read_timeout = 30
1919
redirect_depth = 10
2020
threads = 40
2121
fetch_in_subprocess = false

0 commit comments

Comments
 (0)