Bump the timeout value, to avoid cutoff on emulated architectures on
ci.freebsd.org.
Details
Details
- Reviewers
ngie - Group Reviewers
tests - Commits
- rG47015e454661: tests: Increase timeout
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
References:
- https://ci.freebsd.org/view/Test/job/FreeBSD-main-aarch64-test/1873/testReport/junit/sys.geom.class.eli/online_resize_test/online_resize/
- https://ci.freebsd.org/view/Test/job/FreeBSD-main-aarch64-test/1873/testReport/junit/sys.geom.class.eli/reentrancy_test/init/
- https://ci.freebsd.org/view/Test/job/FreeBSD-main-aarch64-test/1873/testReport/junit/sys.kern/jailmeta/keyvalue_contention/
- https://ci.freebsd.org/view/Test/job/FreeBSD-main-aarch64-test/1873/testReport/junit/sys.mac.portacl/nobody_test/main/
- https://ci.freebsd.org/view/Test/job/FreeBSD-main-aarch64-test/1873/testReport/junit/sys.netpfil.pf/rules_counter/4G/
- https://ci.freebsd.org/view/Test/job/FreeBSD-main-aarch64-test/1873/testReport/junit/sys.fs.tarfs/tarfs_test/tarfs_large/
- https://ci.freebsd.org/view/Test/job/FreeBSD-main-aarch64-test/1873/testReport/junit/sys.fs.fusefs/io/main/
(This one needs further investigation)
Comment Actions
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).
Comment Actions
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. | |