From 87d0a33067dbcd8f25467d677bcc13cebe89683b Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Mon, 3 Apr 2017 18:43:54 -0400 Subject: [PATCH] Get Cordova plugin test to pass by adding time. --- tools/tests/cordova-plugins.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tests/cordova-plugins.js b/tools/tests/cordova-plugins.js index 796e1740b9..e17fbd21a0 100644 --- a/tools/tests/cordova-plugins.js +++ b/tools/tests/cordova-plugins.js @@ -141,6 +141,7 @@ selftest.define("change cordova plugins", ["cordova"], function () { run = s.run(); run.match("myapp"); run.match("proxy"); + run.waitSecs(30); run.match("MongoDB"); run.match("your app"); run.match("running at");