Page MenuHomeFreeBSD

tests: Increase timeout
ClosedPublic

Authored by jlduran on Jan 6 2026, 2:00 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 28, 10:46 AM
Unknown Object (File)
Mon, Feb 9, 10:01 PM
Unknown Object (File)
Jan 20 2026, 7:24 AM
Unknown Object (File)
Jan 19 2026, 8:09 PM
Unknown Object (File)
Jan 19 2026, 7:19 PM
Unknown Object (File)
Jan 19 2026, 7:14 PM
Unknown Object (File)
Jan 19 2026, 2:46 PM
Unknown Object (File)
Jan 18 2026, 8:19 PM

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.