From 98d7c21968f558034be9772f64db33cbbcb73f1a Mon Sep 17 00:00:00 2001 From: Hang <hang@Hangs-MacBook-Pro.local> Date: Tue, 26 Apr 2022 16:18:54 -0500 Subject: [PATCH] fast push --- sample_test/run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sample_test/run.sh b/sample_test/run.sh index 0e4f847..174686b 100644 --- a/sample_test/run.sh +++ b/sample_test/run.sh @@ -21,6 +21,9 @@ for server in ${servers[@]}; do server_pids+=($!) done +echo "Sleeping for 5 seconds" +sleep 5 + # run 2 tests timeout 5s ./client a config.txt < ${curr_folder}input1.txt > ${curr_folder}output1.log 2>&1 timeout 5s ./client a config.txt < ${curr_folder}input2.txt > ${curr_folder}output2.log 2>&1 -- GitLab