You have an odd spelling in the label of your match: :TEst
. As labels are case sensitive, this would require your index to be on :TEst(ID)
.
You can confirm in an EXPLAIN of the plan if an index will be used for the merge. Verify that first. The timing differences are still pointing to a (lack of) index issue.