Neo.ClientError.Transaction.TransactionTimedOut

Hi everyone, I'm new to neo4j, and I'm just exploring the technology and learn about how to use it.
I'm following "Applied Graph Data Science for Web Applications" and I was exploring Yelp data set I came across an error Neo.ClientError.Transaction.TransactionTimedOut

Now I found that we can change the transaction Time Out, but I don't see anywhere how to do it.

I'm using the neo4j Browser (web version) and what I ran was:
MATCH (r:Review) WHERE NOT (:Business)<-[:REVIEWS]-(r) RETURN r

I know that there are a lot of records, and I can use LIMIT to return values. But I would like to know if we have a query with a thousands of records what is the procedure to receive the information and process it ?

Thanks

José