Page MenuHomeFreeBSD

tests: Increase timeout
ClosedPublic

Authored by jlduran on Jan 6 2026, 2:00 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 28, 1:26 PM
Unknown Object (File)
Mon, Apr 27, 6:09 PM
Unknown Object (File)
Tue, Apr 21, 11:52 AM
Unknown Object (File)
Mon, Apr 20, 12:20 PM
Unknown Object (File)
Mon, Apr 20, 9:12 AM
Unknown Object (File)
Sun, Apr 19, 12:55 PM
Unknown Object (File)
Sun, Apr 19, 11:48 AM
Unknown Object (File)
Sun, Apr 19, 9:25 AM

Details

Summary

Bump the timeout value, to avoid cutoff on emulated architectures on
ci.freebsd.org.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 69645
Build 66528: arc lint + arc unit

Event Timeline

ngie added a subscriber: ngie.

Oof... that's a bit of an increase. Wonder if there's a way to improve things a bit more perf wise (I'd file a bug to track the investigation).

This revision is now accepted and ready to land.Jan 6 2026, 6:41 AM

Oof... that's a bit of an increase. Wonder if there's a way to improve things a bit more perf wise (I'd file a bug to track the investigation).

I was applying the timeout in the wrong place in the Makefile. Just bumped the current timeout of 10 seconds to 20.

tests/sys/fs/fusefs/Makefile
74

Here is where the timeout will be bumped to 20.

This revision was automatically updated to reflect the committed changes.