Skip to Content
0
Sep 13, 2023 at 05:28 PM

wait_for_file with sleep time

60 Views

Hi all,

i have a scenario where i have to wait for a file for 5 minutes , if not present then raise an exception . the script i am using is if(wait_for_file( '/cdm_nas_QA/cdr/cdm3/QA/' || $GV_FileName,0,300000)=1) but with this the 5 minutes wait is not getting achieved . can someone tell how to solve it.