Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiling-J committed Oct 5, 2024
1 parent b99382c commit 5fd5a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func TestStore_ProcessDeque(t *testing.T) {
store.shards[index].hashmap[i] = entry
store.shards[index].mu.Unlock()
}
time.Sleep(1 * time.Second)
time.Sleep(2 * time.Second)

mu.Lock()
defer mu.Unlock()
Expand Down

0 comments on commit 5fd5a7c

Please sign in to comment.