We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ce46e commit 60a2666Copy full SHA for 60a2666
crates/cargo-test-support/src/lib.rs
@@ -1423,6 +1423,7 @@ pub trait TestEnvCommandExt: Sized {
1423
.env("__CARGO_TEST_DISABLE_GLOBAL_KNOWN_HOST", "1")
1424
// Set retry sleep to 1 millisecond.
1425
.env("__CARGO_TEST_FIXED_RETRY_SLEEP_MS", "1")
1426
+ .env("__CARGO_TEST_TTY_WIDTH_DO_NOT_USE_THIS", "140")
1427
// Incremental generates a huge amount of data per test, which we
1428
// don't particularly need. Tests that specifically need to check
1429
// the incremental behavior should turn this back on.
0 commit comments