Unit test: tweak secure connection check.

The main wikipedia page can be slow to load and thus triggers the timeout.
Let's use the fast Google site so that we don't get flaky outcome.

Issue #10882: https://github.com/ariya/phantomjs/issues/10882
1.9
Ariya Hidayat 2013-06-01 19:52:38 -07:00
parent 0cdd1ecc7a
commit 678f751275
1 changed files with 1 additions and 1 deletions

View File

@ -1069,7 +1069,7 @@ describe("WebPage object", function() {
it('should open url using secure connection', function() {
var page = require('webpage').create();
var url = 'https://en.wikipedia.org';
var url = 'https://www.google.com/m';
var handled = false;