atlas: update test err msg to reflect real timeout
This commit is contained in:
parent
f70f778a5a
commit
546fb94265
|
@ -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.")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue