wait a little longer for the page to load

This commit is contained in:
Thomas Aylott
2013-11-13 16:22:11 -05:00
parent 2d6eb3d8fc
commit 08bd1f98e5
+1 -1
View File
@@ -60,7 +60,7 @@ module.exports = function(){
function getJSReport(browser){
return browser
.waitForCondition("typeof window.jasmine != 'undefined'", 500)
.waitForCondition("typeof window.jasmine != 'undefined'", 5e3)
.fail(function(error){
throw Error("The test page didn't load properly. " + error);
})