Increasing the timeout for a waittillguiexist() call

View: New views
2 Messages — Rating Filter:   Alert me  

Increasing the timeout for a waittillguiexist() call

by Murray Cumming :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am trying to fix a problem in an LTDP script. In one case, it takes
more than the default 30 seconds for a dialog to appear:
http://git.gnome.org/cgit/glom/tree/ldtp/database-creation/create-db.py#n80

I'd like to increase the timeout for just that one call. The
documentation suggests how to do that, but I don't know what it means by
"component" there.
http://ldtp.freedesktop.org/user-doc/waittillguiexist.html

If anyone has an example it would be nice to add it to that
documentation too.

--
murrayc@...
www.murrayc.com
www.openismus.com

_______________________________________________
LDTP-dev mailing list
LDTP-dev@...
http://lists.freedesktop.org/mailman/listinfo/ldtp-dev

Re: Increasing the timeout for a waittillguiexist() call

by Nagappan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Murray,

In VMware Automation, we use

waittillguiexist('window name', guiTimeOut = <time to wait>)

Here component name / object name is optional.

Thanks
Nagappan

On Mon, Jul 27, 2009 at 9:52 AM, Murray Cumming <murrayc@...> wrote:
I am trying to fix a problem in an LTDP script. In one case, it takes
more than the default 30 seconds for a dialog to appear:
http://git.gnome.org/cgit/glom/tree/ldtp/database-creation/create-db.py#n80

I'd like to increase the timeout for just that one call. The
documentation suggests how to do that, but I don't know what it means by
"component" there.
http://ldtp.freedesktop.org/user-doc/waittillguiexist.html

If anyone has an example it would be nice to add it to that
documentation too.

--
murrayc@...
www.murrayc.com
www.openismus.com

_______________________________________________
LDTP-dev mailing list
LDTP-dev@...
http://lists.freedesktop.org/mailman/listinfo/ldtp-dev



--
Linux Desktop (GUI Application) Testing Project - http://ldtp.freedesktop.org
http://nagappanal.blogspot.com

_______________________________________________
LDTP-dev mailing list
LDTP-dev@...
http://lists.freedesktop.org/mailman/listinfo/ldtp-dev