We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf8a6e commit 3ea293dCopy full SHA for 3ea293d
src/test/run-pass/tcp-stress.rs
@@ -21,7 +21,7 @@ use std::sync::mpsc::channel;
21
use std::time::Duration;
22
use std::thread::{self, Builder};
23
24
-const TARGET_CNT: usize = 1000;
+const TARGET_CNT: usize = 200;
25
26
fn main() {
27
// This test has a chance to time out, try to not let it time out
0 commit comments