Re: [selenium-ide-users] *Timed out after 30000ms* error occuring in selenium IDE
1,967 views
Skip to first unread message
Shinya Kasatani
unread,
Feb 28, 2008, 2:01:59 AM2/28/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to selenium-users...@googlegroups.com
Open command waits until the complete page is loaded including images,
so it may timeout if you are opening a slow loading page. You can
change the timeout value by inserting setTimeout command.
On Wed, Feb 27, 2008 at 8:05 PM, raghavan
<forum-seleni...@openqa.org> wrote:
> Hi
>
> I am using selenium IDE tool and have recorded Login functionality script. it went well when application is running but some times *URL under Test* means my base URL not working.
> <tr>
> <td>open</td>
> <td>https://202.65.132.9:7202/lop/BSMBranchAction.lpdu?activity=displayBranch</td>
> <td>Branch Information page</td>
> </tr>
> In this case when i play the same script, it's showing
> *Timed out after 30000ms* instead of showing this URL not found
>
> please let me know the reasons and how can i overcome this problem
>
> Thanks in advance
> Raghavan
> ---------------------------------------------------------------------
> Posted via Jive Forums
> http://forums.openqa.org/thread.jspa?threadID=12629&messageID=39986#39986 >
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: selenium-ide-us...@openqa.org > For additional commands, e-mail: selenium-id...@openqa.org >
>
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to selenium-users...@googlegroups.com
"Timed out" means that the request was sent to the server but that nothing came back in the 30 seconds (default timeout).
I've been reducing my timeout when I have simple pages, but I've had to make it larger as the other poster said when the backend takes too long (however anything over 5 seconds and the user starts hating the website). Reset to 45 seconds looks like:
| setTimeout | 45000 | |
However I've also had the IDE slip up sometimes and I'm not sure what's happening: once in a long while, usually as I'm developing a test, something happens and the IDE thinks the request has been sent to the server, but as I'm watching the server logs nothing ever shows up. Very infrequent, but I have seen it more than once. So you might review more of your test to see if there are some dependencies which result in a timing issue.
Good luck,
-Chris
hari...@rknowsys.com
unread,
May 12, 2014, 3:08:46 AM5/12/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to seleniu...@googlegroups.com, selenium-users...@googlegroups.com, clear...@openqa.org, kasa...@gmail.com
I am new to start learning selenium IDE ,,,I am Getting Time Out Even I set The waitForPageToload=50000,60000 ....120000 command plz any one help me