Skip to content

Commit 9766cb1

Browse files
ci: Increase timeout iOS 26 unit tests (#6654)
1 parent ded1135 commit 9766cb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ jobs:
258258
create_device: true
259259
device: "iPhone 17 Pro"
260260
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
263263

264264
# We don't run the unit tests on macOS 13 cause we run them on all on GH actions available iOS versions.
265265
# 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

Comments
 (0)