Ran
|
Jobs
4
|
Files
69
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
Exponentially increase the request timeout The Parsoid API request client so far operated with a fixed timeout, which in the case of parse requests was only 16s. For large gallery tags parse times could exceed 16s on each attempt (probably ~40s), which caused Parsoid to retry up to eight times before giving up. This patch increases the base timeout for parse requests to 30s, and multiplies the timeout by a factor between 3 and 4 on each retry. The exact factor is randomized, so that retries don't happen in lock-step. With this in place, even huge gallery tags should be successfully parsed on the first retry. Bug: T97204 Change-Id: I8798d51c5
10964 of 12773 relevant lines covered (85.84%)
89948.63 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 378.1 | 69 |
85.75 |
Travis Job 378.1 | |
2 | 378.2 | 69 |
85.75 |
Travis Job 378.2 | |
3 | 378.3 | 69 |
85.83 |
Travis Job 378.3 | |
4 | 378.4 | 69 |
85.74 |
Travis Job 378.4 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|