Forum Discussion

jose_pita's avatar
jose_pita
Super Contributor
12 years ago

Change all the ifs and checkpoints auto-wait time out

Hi There,



I was wondering if anyone knows how to change all the ifs and checkpoints auto-wait time out in all the project's keyword tests.



I need the project auto-wait time out to be around 30sec, but If I leave the default time out, as I need to run through all the checkpoints, some tests take forever if the checkpoint doesn't match or if the object does not exist...



Thanks in advance

2 Replies

  • jose_pita's avatar
    jose_pita
    Super Contributor
    Not really, I've been using that for some time now, what I want is to set a diferent time out for some type of objects, the ones that already exist and ones to come. Because I want the rest of the actions to remain with the project default auto-wait time out.



    Something like:

    if(action==if || action ==checkpoint)

    {

       set auto-wait time out = 2000ms;

    }



    (this is just an algorithm...)



    or something like a 'replace all' for the existing actions time out...



    I know it's a weird request but, anyway...