clickAndWait timeout too fast

I am using the clickandwait command to wait for the page to submit the data before it carries on with it’s next task. The problem comes when I have to upload a lot of data. After 10 seconds of waiting the command fails


How can I change it to where the page will wait up to a minute?

Usually the issue is not the waiting. Do you have a test case?

PS: One workaround is to use XClick instead of Click.