"Get Text" keyword takes more time

I have an excel file with lets say 30 rows. For each row I am doing some process and getting text from a locator using the Get Text keyword. When I reveiwed the run log file, i saw that for certain runs the Get text keyword takes only like 2 to 3 seconds. But for some runs it takes around 60 to 70 seconds. What might be the problem here?? Is there any case that the Get Text keyword would take much time??

If you have increased timeouts it can be due page loading. Playwright has builtin waits so it might be waiting until element is visible on page before getting the text.