I have a problem I am hoping someone can help with I am running a perl script that calls a python script with a set of arguments as below
my $outText=`sudo /usr/bin/python /usr/local/bin/tacms/scriptname.py $pNumber $crnNumber`
The scriptname is supposed to process information based on the arguments passed and then give a terminal output which is saved in the variable, outText. There have been instances where this has failed and I suspect it is a timeout. So how would I increase the timeout period of the backticks