atlas: update test err msg to reflect real timeout

This commit is contained in:
Joseph Anthony Pasquale Holsten 2016-05-12 15:30:17 -07:00
parent f70f778a5a
commit 546fb94265
1 changed files with 1 additions and 1 deletions

View File

@ -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.")
}
}