This is an automated email from the ASF dual-hosted git repository.

raphinesse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git


The following commit(s) were added to refs/heads/master by this push:
     new b0d7099  test(versions): increase test timeout when invoking pod 
(#1178)
b0d7099 is described below

commit b0d7099fd66ac8298475aa207bebd7dff8183991
Author: Raphael von der GrĂ¼n <raphine...@gmail.com>
AuthorDate: Wed Nov 3 21:43:01 2021 +0100

    test(versions): increase test timeout when invoking pod (#1178)
    
    Fixes #1175
---
 tests/spec/component/versions.spec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/spec/component/versions.spec.js 
b/tests/spec/component/versions.spec.js
index 58ffbb2..ed9b729 100644
--- a/tests/spec/component/versions.spec.js
+++ b/tests/spec/component/versions.spec.js
@@ -53,7 +53,7 @@ if (process.platform === 'darwin') {
                 return versions.get_tool_version('pod').then((version) => {
                     expect(version).not.toBe(undefined);
                 });
-            }, 10000);
+            }, 20000); // The first invocation of `pod` can be quite slow
         });
     });
 }

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to