mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
wait a little longer for the page to load
This commit is contained in:
@@ -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);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user