From 467565589ccecb647cc1e5fe74e61dd3cb6ceff1 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 19 Jan 2015 21:25:59 +0900 Subject: [PATCH] integration: Use smaller interval to check server availability --- integration-tests/server_tester.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/server_tester.go b/integration-tests/server_tester.go index 8545c8d4..d2b415b1 100644 --- a/integration-tests/server_tester.go +++ b/integration-tests/server_tester.go @@ -84,7 +84,7 @@ func newServerTester(args []string, t *testing.T, handler http.HandlerFunc) *ser if retry >= 10 { st.t.Fatalf("Error server is not responding too long; server command-line arguments may be invalid") } - time.Sleep(500 * time.Millisecond) + time.Sleep(150 * time.Millisecond) continue } st.conn = conn