Service Virtualization

  • 1.  LISA Test Timeout..

    Posted Jul 20, 2016 01:54 AM

    Hi Team,

     

    I have test case in which one operation is clearing cache and taking 5 minutes to respond but test case is getting timeout . Is there any way to increase timeout to 5 minute.

    I have tried changing think time but that didn't work.

     

    Please help on this..Thanks in Advance.



  • 2.  Re: LISA Test Timeout..
    Best Answer

    Broadcom Employee
    Posted Jul 20, 2016 09:09 AM

    Assuming this is a http call, you can set the timeout using the following properties in your local.properties file & restarting the DevTest component/Workstation

     

    lisa.http.timeout.connection=<time in millisec>

    lisa.http.timeout.socket=<time in millisec>



  • 3.  Re: LISA Test Timeout..

    Posted Jul 20, 2016 11:01 AM

    Thanks for the reply Prem Bairoliya..:)



  • 4.  Re: LISA Test Timeout..

    Posted Feb 15, 2018 11:22 AM

    Hi, we have same issue I just want to confirm because my local folder is _local.properties

    shall I remove the dash infront?



  • 5.  Re: LISA Test Timeout..

    Broadcom Employee
    Posted Feb 15, 2018 11:49 AM

    Copy _local.properties to local.properties, and then make the change in local.properties.  All the files with _ in front are templates, and are not read, so suggest to make a copy of each file you want to use so as to have a copy of the original.



  • 6.  Re: LISA Test Timeout..

    Posted Feb 15, 2018 12:07 PM

    Thank you for the fast response, please check image with my lisa properties there are no local.properties

    Shall I copy content from _local.properties to lisa.properties?



  • 7.  Re: LISA Test Timeout..

    Broadcom Employee
    Posted Feb 15, 2018 12:24 PM

    There will be no local.properties when you first install DevTest, you will create it by copying _local.properties to local.properties.  Then make the change to local.properties.

     

    DO NOT copy anything to lisa.properties!! 



  • 8.  Re: LISA Test Timeout..

    Posted Feb 15, 2018 12:31 PM

    Thank You.



  • 9.  Re: LISA Test Timeout..

    Posted Feb 15, 2018 12:41 PM

    Hi have a question again, this fixed the problem only locally, so maybe you have solution how we could sort that out in Jenkins lisa environment?

     

    Thanks in advance.



  • 10.  Re: LISA Test Timeout..

    Posted Feb 16, 2018 01:16 AM

    The same way as you have done changes locally login to the Jenkins Server and find the DevTest Installation Folder and make the changes.

     

    In our project we used to login using "Putty" to the Jenkins server and make the necessary changes to the local.properties file.