Forum Discussion

manish_bansal_1's avatar
manish_bansal_1
Occasional Contributor
9 years ago
Solved

Modify Auto-Wait Timeout through Code

Hi Folks,  Due to a design problem of TestComplete Exists method does not provide additional overload of maxtimeout millisecond parameter and it does wait until time specified in Project Properties ...
  • HKosova's avatar
    9 years ago

    You can change the auto-wait timeout like this:

     

    Options.Run.Timeout = 30000; // 30 seconds