mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Incorporated review comments
This commit is contained in:
parent
cadae47522
commit
6537ee832c
|
@ -373,7 +373,7 @@ func TestWALRestoreCorrupted(t *testing.T) {
|
|||
|
||||
// Sleep 2 seconds to avoid error where cut and test "cases" function may write or
|
||||
// truncate the file out of orders as "cases" are not synchronized with cut.
|
||||
//Hopefully cut will complete by 2 seconds
|
||||
// Hopefully cut will complete by 2 seconds.
|
||||
time.Sleep(2 * time.Second)
|
||||
|
||||
testutil.Ok(t, w.LogSamples([]RefSample{{T: 3, V: 4}}))
|
||||
|
|
Loading…
Reference in a new issue