Timeout not being saved

I’m trying to set a timeout for a Build VS.Net Solution task (usingFinalBuilder 5.0.0.69). I can set the timeout with no problem, but if Isave the project, exit, and reopen it, the task no longer has thetimeout set. The “Enable Timeout” checkbox is unchecked, and the(grayed-out) timeout value is back to 1.

Looking at a diff of the .fbp5 file, I can see where I’ve bumped theretry from 0 to 2 (MaxRetryAttempts), but I don’t see any property in theTFBVSDotNetAction object for the timeout. There are no other diffs inthat object besides the MaxRetryAttempts, so it looks like the timeoutisn’t being saved.

Keith Hearn
Release Engineer
Devicescape, Inc.

Hi Keith,

Thanks for pointing this out. It was a bug, and it’s been fixed for the next test build (should be available shortly.)

Regards,

Angus

Sounds good. How can I find out when the new build is available?

Thanks,

Keith

new build is now ready:

https://www.finalbuilder.com/downloads/finalbuilder/500/FB500_118.exe

The new build is handling timeouts properly. Thanks for the quick turnaround.

Keith