You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I'm trying to test OAUTH Facebook app. App pops up and everything is good unless driver times out before I get to type my credentials. It seems the problem relies that the Meteor.loginWithFacebook asynchronous function exceeds timeout. How can I increase this timeout?
Error response status: 28, , ScriptTimeout - A script did not complete before its timeout expired. Selenium error: asynchronous script timeout: result was not received in 5 seconds (Session info: chrome=48.0.2564.116) (Driver info: chromedriver=2.20.353124 (035346203162d32c80f1dce587c8154a1efa0c3b),platform=Linux 3.13.0-79-generic x86_64)
I run my tests using gagarin --settings=dev_settings.json -t 60000 -T 60000 -v
The text was updated successfully, but these errors were encountered:
Hello I'm trying to test OAUTH Facebook app. App pops up and everything is good unless driver times out before I get to type my credentials. It seems the problem relies that the
Meteor.loginWithFacebook
asynchronous function exceeds timeout. How can I increase this timeout?Error response status: 28, , ScriptTimeout - A script did not complete before its timeout expired. Selenium error: asynchronous script timeout: result was not received in 5 seconds (Session info: chrome=48.0.2564.116) (Driver info: chromedriver=2.20.353124 (035346203162d32c80f1dce587c8154a1efa0c3b),platform=Linux 3.13.0-79-generic x86_64)
I run my tests using
gagarin --settings=dev_settings.json -t 60000 -T 60000 -v
The text was updated successfully, but these errors were encountered: