APM - BPM - Transaction Timeout

Hello,

we encounter an error in a transaction due to a timeout. We would like to set the timeout to 180 seconds as this is sufficient.

On the VUGEN side the script runs correctly and all steps finish smoothly.

However, although we have modified the VUGEN script side, inserting before the transaction:

	web_set_timeout(RECEIVE,"180");

	web_set_timeout(STEP,"180");
	

and setting in the Vugen runtime settings:

http request connect timeout -> 180 seconds
http request connect timeout -> 180 seconds


On the BA side -> we changed the timeout to 180 in the data collector settings -> advanced settings and we also raised the performance threshold outlier to 180

The error is as follows "Script was interrupted by BPM Timeout, so this transaction will not run".

Am I forgetting something to set?
Thank you

Damiano