Skip to content

Commit

Permalink
Increase e2e test job timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
twometresteve committed Nov 24, 2023
1 parent 4dd39af commit 52bb58f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ steps:
- label: "iOS 16 E2E Tests"
depends_on:
- ios_fixture
timeout_in_minutes: 10
timeout_in_minutes: 30
agents:
queue: opensource
plugins:
Expand Down Expand Up @@ -96,7 +96,7 @@ steps:
- label: "iOS 15 E2E Tests"
depends_on:
- ios_fixture
timeout_in_minutes: 10
timeout_in_minutes: 30
agents:
queue: opensource
plugins:
Expand Down Expand Up @@ -124,7 +124,7 @@ steps:
- label: "iOS 14 E2E Tests"
depends_on:
- ios_fixture
timeout_in_minutes: 10
timeout_in_minutes: 30
agents:
queue: opensource
plugins:
Expand Down Expand Up @@ -152,7 +152,7 @@ steps:
- label: "iOS 13 E2E Tests"
depends_on:
- ios_fixture
timeout_in_minutes: 10
timeout_in_minutes: 30
agents:
queue: opensource
plugins:
Expand Down Expand Up @@ -180,7 +180,7 @@ steps:
- label: "iOS 12 E2E Tests"
depends_on:
- ios_fixture
timeout_in_minutes: 10
timeout_in_minutes: 30
agents:
queue: opensource
plugins:
Expand All @@ -207,7 +207,7 @@ steps:
- label: "iOS 11 E2E Tests"
depends_on:
- ios_fixture
timeout_in_minutes: 10
timeout_in_minutes: 30
agents:
queue: opensource
plugins:
Expand Down Expand Up @@ -237,7 +237,7 @@ steps:
- label: "iOS 16 E2E Tests swizzling disabled"
depends_on:
- ios_fixture_swizzling_disabled
timeout_in_minutes: 10
timeout_in_minutes: 30
agents:
queue: opensource
plugins:
Expand All @@ -264,7 +264,7 @@ steps:
- label: "iOS 14 E2E Tests swizzling disabled"
depends_on:
- ios_fixture_swizzling_disabled
timeout_in_minutes: 10
timeout_in_minutes: 30
agents:
queue: opensource
plugins:
Expand All @@ -291,7 +291,7 @@ steps:
- label: "iOS 11 E2E Tests swizzling disabled"
depends_on:
- ios_fixture_swizzling_disabled
timeout_in_minutes: 10
timeout_in_minutes: 30
agents:
queue: opensource
plugins:
Expand Down Expand Up @@ -320,7 +320,7 @@ steps:
- label: "iOS 16 E2E Tests swizzling premain"
depends_on:
- ios_fixture_swizzling_premain
timeout_in_minutes: 10
timeout_in_minutes: 30
agents:
queue: opensource
plugins:
Expand All @@ -347,7 +347,7 @@ steps:
- label: "iOS 14 E2E Tests swizzling premain"
depends_on:
- ios_fixture_swizzling_premain
timeout_in_minutes: 10
timeout_in_minutes: 30
agents:
queue: opensource
plugins:
Expand All @@ -374,7 +374,7 @@ steps:
- label: "iOS 11 E2E Tests swizzling premain"
depends_on:
- ios_fixture_swizzling_premain
timeout_in_minutes: 10
timeout_in_minutes: 30
agents:
queue: opensource
plugins:
Expand Down

0 comments on commit 52bb58f

Please sign in to comment.