After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 343881 - Need a default wait time
Need a default wait time
Status: RESOLVED NOTABUG
Product: LDTP
Classification: Other
Component: general
0.4.x
Other All
: Normal enhancement
: ---
Assigned To: LDTP maintainers
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2006-06-05 08:25 UTC by Alex.Yu
Modified: 2006-06-08 09:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alex.Yu 2006-06-05 08:25:06 UTC
each function (like click, selectmenuitem, etc.) should have a default wait time to wait the window appear and then click/selectmenuitem on the window, this can avoid using most time.sleep() code.
Comment 1 Nagappan Alagappan 2006-06-08 09:51:12 UTC
Alex: We had this early. But later we have removed it, as it affects the execution time. You could still use it by exporting 'GUI_TIMEOUT' environment variable with the required seconds. Let me close the bug as not a bug. If you disagree with this approach, please feel free to reopen the bug.