From d69b13103fed5bfd24ea04d0e83435c834e3ba20 Mon Sep 17 00:00:00 2001 From: Naitik Shah Date: Sun, 6 Oct 2013 10:01:17 -0700 Subject: [PATCH] wait after stop --- gracehttp/http_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gracehttp/http_test.go b/gracehttp/http_test.go index efecdcc..439a133 100644 --- a/gracehttp/http_test.go +++ b/gracehttp/http_test.go @@ -256,8 +256,8 @@ func TestComplex(t *testing.T) { h.Restart() debug("Send Request 3") h.SendRequest() - debug("Waiting") - h.Wait() debug("Stopping") h.Stop() + debug("Waiting") + h.Wait() }