Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit 2f2afd7

Browse files
committed
Fix anotehr flaky test
1 parent 7e1af2c commit 2f2afd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ss/pebbledb/hash_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ func TestAsyncComputeMissingRanges(t *testing.T) {
339339
require.NoError(t, err)
340340

341341
// Wait a bit for the async computation to complete
342-
time.Sleep(200 * time.Millisecond)
342+
time.Sleep(500 * time.Millisecond)
343343

344344
// We should now have hashed up to version 30 (3 complete ranges)
345345
lastHashed, err := db.GetLastRangeHashed()

0 commit comments

Comments
 (0)