action #112244
Updated by szarate over 2 years ago
## Observation The command `cargo run --manifest-path testproject/Cargo.toml` keeps on timing out every now and then. Sufficient reruns of the test happen to let it pass, sometimes it fails a few times in a row. openQA test in scenario opensuse-Tumbleweed-DVD-x86_64-extra_tests_textmode@64bit fails in [rust](https://openqa.opensuse.org/tests/2408310/modules/rust/steps/9) ## Test suite description Maintainer: slindomansilla@suse.de. Mainly post-installation console extra tests. ## Reproducible Fails since (at least) Build [20210920](https://openqa.opensuse.org/tests/1930034) ## Expected result Last good: [20210920](https://openqa.opensuse.org/tests/1930033) (or more recent) ## Further details Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=x86_64&distri=opensuse&flavor=DVD&machine=64bit&test=extra_tests_textmode&version=Tumbleweed) ## Suggestions 1. add a timeout for cargo for 120s, as it depends on an externally available resource 2. Create a ticket for follow up, to execute `cargo run ` on a local project (see manorboy test)