Possible to Pause for condition or seconds passed?

Is it possible to pause for a condition or for a number of seconds?

Is it possible to do something like:

Pause Until: Image Found “blah image” OR “wait 10 seconds”

If it finds the image before 10 seconds are up, it will continue with the function. If the image doesn’t appear during the ten seconds, it will continue waiting until ten seconds are done.

And if so, how would I do that?

Pause Until actions have a timeout (like other long running actions) and the timeout length can be configured and whether it aborts or notifies you of the timeout can also be configured. All the options are in the action’s gear menu.