Message ID | cc6dd2e91467fc9bb7dd919a42de69e6b8a256ba.1738173519.git.scott.murray@konsulko.com |
---|---|
State | New |
Headers | show |
Series | Update to Rust 1.81.0 | expand |
diff --git a/recipes-devtools/rust/files/oeqa-selftest-Increase-timeout-in-process-sigpipe-ru.patch b/recipes-devtools/rust/files/oeqa-selftest-Increase-timeout-in-process-sigpipe-ru.patch index b42dda8..bb27ca3 100644 --- a/recipes-devtools/rust/files/oeqa-selftest-Increase-timeout-in-process-sigpipe-ru.patch +++ b/recipes-devtools/rust/files/oeqa-selftest-Increase-timeout-in-process-sigpipe-ru.patch @@ -25,7 +25,7 @@ index 11f363d62..c12d66016 100644 // Just in case `yes` doesn't check for EPIPE... thread::spawn(|| { - thread::sleep_ms(5000); -+ thread::sleep_ms(10000); ++ thread::sleep_ms(50000); process::exit(1); }); let output = process::Command::new("sh")