Forum Discussion

jsc's avatar
jsc
Regular Contributor
4 years ago
Solved

delay region checkpoint

Hi all,

 

is there any possibility to delay region checkpoints in general? (via eventhandler, script,...)

I know that there is autowait timeout but that's not what I need.

 

I need every checkpoint to delay for example for one second, so wait 1s and then start the checkpoint.

(I do not want to add delay(1000) before every region checkpoint)

 

best regards

joachim

  • Write your own region checkpoint function NewRegionCheckpoint that contains

    Delay

    standard region checkpoint

     

    and use that everywhere 

3 Replies

    • Marsha_R's avatar
      Marsha_R
      Champion Level 3

      Write your own region checkpoint function NewRegionCheckpoint that contains

      Delay

      standard region checkpoint

       

      and use that everywhere 

      • sonya_m's avatar
        sonya_m
        SmartBear Alumni (Retired)

        Thank you Marsha!

         

        jsc does this approach work for you?