From 97cceca40172088a3d7e40a8ed6cdd294f544db0 Mon Sep 17 00:00:00 2001 From: Mirari <zf4@illinois.edu> Date: Mon, 3 Dec 2018 00:34:43 -0600 Subject: [PATCH] test --- src/shared/shared.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/shared.go b/src/shared/shared.go index 6b0d0b1..e01a514 100644 --- a/src/shared/shared.go +++ b/src/shared/shared.go @@ -44,7 +44,7 @@ const NumFileReplicas = 4 // How long to wait to get the membership list from the introducer const IntroducerTimeout = 3 * time.Second const GrepTimeout = 5 * time.Second -const ACKTimeout = 1500 * time.Millisecond +const ACKTimeout = 4000 * time.Millisecond const PingInterval = 3000 * time.Millisecond // Simulate false positives by dropping packets before they are sent out -- GitLab