• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mendersoftware / mender-mcu / 2365378141
0%
main: 0%

Build:
Build:
LAST BUILD BRANCH: pr_226
DEFAULT BRANCH: main
Ran 05 Mar 2026 08:13AM UTC
Jobs 2
Files 0
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 Mar 2026 07:40AM UTC coverage: 0.0%. First build
2365378141

push

gitlab-ci

lluiscampos
feat: Add a kernel configuration for the HTTP request timeout

This feature replaces the HTTP request timeout with a kernel config as
some network connections could not finish the download within the
provided time. The kernel config allows application developers to
determine what is suitable for their use case.

In addition, by default, the timeout is set to 5 minutes if a cellular
modem has configured.

```
config MENDER_HTTP_REQUEST_TIMEOUT_MS
    int "The HTTP request timeout in milliseconds"
    default 300000 if MODEM_CELLULAR
    default 60000
```

Ticket MEN-9051.

Signed-off-by: Nando Kartoredjo <nando.kartoredjo@dotrobotsystems.com>

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 unit-tests - 2365378141.1 05 Mar 2026 08:15AM UTC 18
30.78
2 integration-tests - 2365378141.2 05 Mar 2026 08:13AM UTC 20
60.27
Source Files on build 2365378141
Detailed source file information is not available for this build.
  • Back to Repo
  • GitLab CI Build #2365378141
  • b8b866d4 on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc