Skip to content

Commit 258a4db

Browse files
committed
Why does iOS take so much longer to test than watchOS & macOS?
1 parent 80541af commit 258a4db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/iOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [pull_request]
55
jobs:
66
build:
77

8-
timeout-minutes: 4
8+
timeout-minutes: 6
99
runs-on: macOS-latest
1010

1111
steps:

.github/workflows/macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [pull_request]
55
jobs:
66
build:
77

8-
timeout-minutes: 3
8+
timeout-minutes: 2
99
runs-on: macOS-latest
1010

1111
steps:

0 commit comments

Comments
 (0)