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

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


The following commit(s) were added to refs/heads/master by this push:
     new f75d51b  test(audit-license-headers): increase timeout interval (#308)
f75d51b is described below

commit f75d51ba1f33a8b495a8732e89535c38b556d057
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Sat May 13 22:59:41 2023 +0900

    test(audit-license-headers): increase timeout interval (#308)
---
 spec/audit-license-headers.spec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/audit-license-headers.spec.js 
b/spec/audit-license-headers.spec.js
index 8963e81..c23ea08 100644
--- a/spec/audit-license-headers.spec.js
+++ b/spec/audit-license-headers.spec.js
@@ -31,6 +31,6 @@ describe('audit-license-headers', () => {
 
             const cohoRepo = repoutil.getRepoById('coho');
             yield auditLicenseHeaders.scrubRepos([cohoRepo], true);
-        });
+        }, 60000);
     });
 });


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

Reply via email to