Page MenuHomeFreeBSD

tests: Increase timeout
ClosedPublic

Authored by jlduran on Tue, Jan 6, 2:00 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 20, 7:24 AM
Unknown Object (File)
Mon, Jan 19, 8:09 PM
Unknown Object (File)
Mon, Jan 19, 7:19 PM
Unknown Object (File)
Mon, Jan 19, 7:14 PM
Unknown Object (File)
Mon, Jan 19, 2:46 PM
Unknown Object (File)
Sun, Jan 18, 8:19 PM
Unknown Object (File)
Sat, Jan 17, 10:09 PM
Unknown Object (File)
Wed, Jan 14, 12:27 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.Tue, Jan 6, 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.