How to change the timeout period

Hello everyone, I have an operation, I need to wait for a minute or longer after saving, I need to wait implicitly, but the default is only 30s, which does not meet my needs. Is there a way to set it freely?

Hi there, are you using waiting commands? Try using setTimeout to 60000 before that.

ok,i will try,thanks

1 Like