summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-04-11 00:13:16 -0400
committerJesse Luehrs <doy@tozt.net>2019-04-11 00:21:39 -0400
commitc48a2b579673d4f4034bb7275165b72077e60fbd (patch)
treec40c6c58f90ba7aef0d844c10c02d01679815697 /tests
parent47f666beb8c88408af55bf832fe507f959d34374 (diff)
downloadmatasano-c48a2b579673d4f4034bb7275165b72077e60fbd.tar.gz
matasano-c48a2b579673d4f4034bb7275165b72077e60fbd.zip
make the amount of delay variable
Diffstat (limited to 'tests')
-rw-r--r--tests/set4.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/set4.rs b/tests/set4.rs
index ebcbd76..5095b6a 100644
--- a/tests/set4.rs
+++ b/tests/set4.rs
@@ -197,6 +197,7 @@ fn problem_31() {
let (kill_w, kill_r) = std::sync::mpsc::channel();
std::thread::spawn(move || {
let mut child = std::process::Command::new(server_bin)
+ .args(&["50"])
.stdout(std::process::Stdio::piped())
.spawn()
.unwrap();