Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request Timed Out #24

Open
Den1al opened this issue Aug 3, 2016 · 0 comments
Open

Request Timed Out #24

Den1al opened this issue Aug 3, 2016 · 0 comments

Comments

@Den1al
Copy link

Den1al commented Aug 3, 2016

When trying to get request a url I get this weird message:
The request for http://my.domain.com:1234/ timed out
Although for 100% the site is online at that exact port on the exact page.

Any Suggestions?

EDIT:
This is my code:

phantom.test.root = "http://my.domain.com:1234";

phantom.test.add("MyTest", function() {

    this.get("/", function() {
        this.succeed();
    });

});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant