spec: Increase timeout for executeJavaScript
This commit is contained in:
parent
83809cef09
commit
d564727583
1 changed files with 1 additions and 0 deletions
|
@ -568,6 +568,7 @@ describe('<webview> tag', function() {
|
|||
});
|
||||
|
||||
it('can return the result of the executed script', function(done) {
|
||||
this.timeout(50000);
|
||||
var listener = function() {
|
||||
var jsScript = "'4'+2";
|
||||
webview.executeJavaScript(jsScript, false, function(result) {
|
||||
|
|
Loading…
Add table
Reference in a new issue