How To Set Auto-Wait Time Out More Than 1,000,000ms
Hi all,
I have some test cases which required to set the auto-wait time out more than 1,000,000 ms and I found that 1,000,000 is the maximum time out can be set.
Is there any possible method to achieve this?
I found this topic, Default Auto Wait time out can be set max to 1000000ms but I will get the error: Cannot obtain the window with the window class <....>. See Details for additional information. Details: The window with the specified attributes does not exist.
The TestComplete will not enter the while loop since it cant find the object yet, because I'm still waiting for it and that's the purpose why I'm using time out.
var LoopCount = 0
while (!Object.Exists) and (LoopCount < 30) do
{
Delay(60000);
LoopCount++;
}
Hi David! There are two aspects for GitHub push.
1) Pushing your definitions upon save. That's what it sounds like you have configured, and based on the filename, SwaggerHub will push either a JSON or YAML version directly to github. Check your repository to verify that.
2) Linking a GitHub repo to your account. This is slightly different from above, it essentially hot-links the GitHub logo from your APIs page to the repo. To configure that, click the "+" => Edit API Info => GitHub Link. Then it will hot-link directly to your repo.
I will get this added to the FAQ as well, please reply with any other questions!
Hi, we have addressed the push issue. If your output file has the suffix ".json", it'll be saved as JSON. Otherwise, YAML.
Please let us know how it goes!