You can, for example, firstly check "Is element exist",
and after that use "wait for element" if its not exist.
Or you can simply "wait" for max seconds - in your
case 20 sec or whatever max waiting time is needed.
Or you can create a loop that checks for element
until element shows on the page.