Skip to content

Commit 4b3be7c

Browse files
authored
Merge branch 'main' into fix/xcode-16.3-compatibility
2 parents b2f5b4a + e4c748c commit 4b3be7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/test-ioslib.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ describe('ioslib', function () {
1919
});
2020

2121
it('detect all iOS information', function (done) {
22-
this.timeout(30000);
23-
this.slow(25000);
22+
this.timeout(60000);
23+
this.slow(30000);
2424

2525
ioslib.detect(function (err, results) {
2626
if (err) {

test/test-teams.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ describe('teams', function () {
3131
});
3232

3333
it('return a emitter', function (done) {
34-
this.timeout(5000);
35-
this.slow(2000);
34+
this.timeout(30000);
35+
this.slow(10000);
3636

3737
ioslib.teams.detect({ bypassCache: true })
3838
.on('detected', function (results) {

0 commit comments

Comments
 (0)