You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -258,8 +258,8 @@ jobs:
258
258
create_device: true
259
259
device: "iPhone 17 Pro"
260
260
scheme: "Sentry"
261
-
# This runner seems to be slower than the others, so we give it more time because otherwise it frequently times out. The build step often alone takes 10 minutes and also booting the simulator takes a while.
262
-
timeout: 30
261
+
# This runner seems to be slower than the others, so we give it more time because otherwise it frequently times out. The build step often alone takes 20 minutes and also booting the simulator takes a while.
262
+
timeout: 40
263
263
264
264
# We don't run the unit tests on macOS 13 cause we run them on all on GH actions available iOS versions.
265
265
# The chance of missing a bug solely on tvOS 16 that doesn't occur on iOS, macOS 12 or macOS 14 is minimal.
0 commit comments