From 546fb942659881b78bc986832f452c3af9be9920 Mon Sep 17 00:00:00 2001 From: Joseph Anthony Pasquale Holsten Date: Thu, 12 May 2016 15:30:17 -0700 Subject: [PATCH] atlas: update test err msg to reflect real timeout --- state/remote/atlas_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/state/remote/atlas_test.go b/state/remote/atlas_test.go index 5a58f9c79..47b019bd2 100644 --- a/state/remote/atlas_test.go +++ b/state/remote/atlas_test.go @@ -160,7 +160,7 @@ func TestAtlasClient_UnresolvableConflict(t *testing.T) { case <-doneCh: // OK case <-time.After(500 * time.Millisecond): - t.Fatalf("Timed out after 50ms, probably because retrying infinitely.") + t.Fatalf("Timed out after 500ms, probably because retrying infinitely.") } }