the problem is solved just choose "expression" and do 60601000 for 1 hour,
(For those who will have this problem, if for example you want to put 24 hours instead you just have to do: 60601000*24 )
PS : Thanks @denanotherday and @UserTrue
Is there any reason sleep will get bypassed. I am clicking a web page button via move and click and a sleep 3000 that is immediately after is being bypassed. The next move and click happen immediately when it should happen after the sleep. I tried wait for full page load as well and that seems to get ignored in this one spot. I will mention that both sleep and wait for full page load work in other areas of the same script.
Thanks
Please attach the script, including just the operation you told above.