mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #6650 from josephholsten/atlas-timeout-errmsg
master: atlas: update test err msg to reflect real timeout
This commit is contained in:
commit
2bca697a12
@ -160,7 +160,7 @@ func TestAtlasClient_UnresolvableConflict(t *testing.T) {
|
|||||||
case <-doneCh:
|
case <-doneCh:
|
||||||
// OK
|
// OK
|
||||||
case <-time.After(500 * time.Millisecond):
|
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
Block a user