Page MenuHomeFreeBSD

tests: Increase timeout
ClosedPublic

Authored by jlduran on Jan 6 2026, 2:00 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 27, 12:31 PM
Unknown Object (File)
Tue, May 26, 3:06 PM
Unknown Object (File)
Thu, May 21, 7:20 PM
Unknown Object (File)
Wed, May 20, 10:02 AM
Unknown Object (File)
Wed, May 20, 5:47 AM
Unknown Object (File)
Wed, May 20, 5:47 AM
Unknown Object (File)
Sun, May 17, 2:03 AM
Unknown Object (File)
Wed, May 13, 5:05 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.