import com.eviware.soapui.SoapUI import com.eviware.soapui.settings.HttpSettings import com.eviware.soapui.model.testsuite.TestStepResult.TestStepStatus // get the settings def settings = SoapUI.getSettings(); // save the possible previous timeout de…