Page MenuHomeFreeBSD

tests: Increase timeout
ClosedPublic

Authored by jlduran on Tue, Jan 6, 2:00 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 8, 11:37 PM
Unknown Object (File)
Thu, Jan 8, 7:08 PM
Unknown Object (File)
Thu, Jan 8, 12:51 PM
Unknown Object (File)
Thu, Jan 8, 11:39 AM
Unknown Object (File)
Tue, Jan 6, 8:00 PM
Unknown Object (File)
Tue, Jan 6, 4:45 PM
Unknown Object (File)
Tue, Jan 6, 6:36 AM

Details

Reviewers
ngie
Group Reviewers
tests
Commits
rG47015e454661: tests: Increase timeout
Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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
73

Here is where the timeout will be bumped to 20.

This revision was automatically updated to reflect the committed changes.