Skip to content

Commit

Permalink
Merge pull request #549 from bugsnag/testing/up-test-timeouts
Browse files Browse the repository at this point in the history
Testing: Increase test timeouts by decent margin
  • Loading branch information
fractalwrench committed Aug 1, 2019
2 parents eca9403 + 497b76c commit d8d35f1
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .buildkite/pipeline.yml
@@ -1,6 +1,6 @@
steps:
- label: ':docker: Build Android base image'
timeout_in_minutes: 10
timeout_in_minutes: 30
plugins:
- docker-compose#v2.6.0:
build:
Expand All @@ -17,7 +17,7 @@ steps:
- wait

- label: ':docker: Build Android linter image'
timeout_in_minutes: 15
timeout_in_minutes: 40
plugins:
- docker-compose#v2.6.0:
build:
Expand All @@ -31,7 +31,7 @@ steps:
- android-linter:855461928731.dkr.ecr.us-west-1.amazonaws.com/android:android-latest

- label: ':docker: Build Android instrumentation image'
timeout_in_minutes: 15
timeout_in_minutes: 40
plugins:
- docker-compose#v2.6.0:
build: android-instrumentation-tests
Expand All @@ -44,7 +44,7 @@ steps:
- android-instrumentation-tests:855461928731.dkr.ecr.us-west-1.amazonaws.com/android:android-latest

- label: ':docker: Build Android apk builder image'
timeout_in_minutes: 15
timeout_in_minutes: 40
plugins:
- docker-compose#v2.6.0:
build: android-builder
Expand All @@ -59,21 +59,21 @@ steps:
MAVEN_VERSION: "3.6.1"

- label: ':docker: Build Android maze runner image'
timeout_in_minutes: 5
timeout_in_minutes: 20
plugins:
- docker-compose#v2.6.0:
build: android-maze-runner

- wait

- label: ':android: Linter'
timeout_in_minutes: 10
timeout_in_minutes: 30
plugins:
- docker-compose#v2.6.0:
run: android-linter

- label: ':android: Build fixture APK'
timeout_in_minutes: 10
timeout_in_minutes: 30
artifact_paths: build/fixture.apk
plugins:
- docker-compose#v2.6.0:
Expand All @@ -84,7 +84,7 @@ steps:
- wait

- label: ':android: Android 9 end-to-end tests'
timeout_in_minutes: 40
timeout_in_minutes: 60
plugins:
artifacts#v1.2.0:
download: "build/fixture.apk"
Expand All @@ -97,7 +97,7 @@ steps:
concurrency_group: 'browserstack-app'

- label: ':android: NDK 16b SDK 4.4 Instrumentation tests'
timeout_in_minutes: 40
timeout_in_minutes: 60
plugins:
- docker-compose#v2.6.0:
run: android-instrumentation-tests
Expand All @@ -109,7 +109,7 @@ steps:
concurrency_group: 'browserstack-app'

- label: ':android: NDK 16b SDK 7.1 Instrumentation tests'
timeout_in_minutes: 40
timeout_in_minutes: 60
plugins:
- docker-compose#v2.6.0:
run: android-instrumentation-tests
Expand All @@ -121,7 +121,7 @@ steps:
concurrency_group: 'browserstack-app'

- label: ':android: NDK 16b SDK 9.0 Instrumentation tests'
timeout_in_minutes: 40
timeout_in_minutes: 60
plugins:
- docker-compose#v2.6.0:
run: android-instrumentation-tests
Expand All @@ -135,7 +135,7 @@ steps:
- block: "Trigger full test suite"

- label: ':android: Android 5 end-to-end tests'
timeout_in_minutes: 40
timeout_in_minutes: 60
plugins:
artifacts#v1.2.0:
download: "build/fixture.apk"
Expand All @@ -148,7 +148,7 @@ steps:
concurrency_group: 'browserstack-app'

- label: ':android: Android 6 end-to-end tests'
timeout_in_minutes: 40
timeout_in_minutes: 60
plugins:
artifacts#v1.2.0:
download: "build/fixture.apk"
Expand All @@ -161,7 +161,7 @@ steps:
concurrency_group: 'browserstack-app'

- label: ':android: Android 7 end-to-end tests'
timeout_in_minutes: 40
timeout_in_minutes: 60
plugins:
artifacts#v1.2.0:
download: "build/fixture.apk"
Expand All @@ -174,7 +174,7 @@ steps:
concurrency_group: 'browserstack-app'

- label: ':android: Android 8 end-to-end tests'
timeout_in_minutes: 40
timeout_in_minutes: 60
plugins:
artifacts#v1.2.0:
download: "build/fixture.apk"
Expand All @@ -187,7 +187,7 @@ steps:
concurrency_group: 'browserstack-app'

- label: ':android: NDK 12b SDK 4.4 Instrumentation tests'
timeout_in_minutes: 40
timeout_in_minutes: 60
plugins:
- docker-compose#v2.6.0:
run: android-instrumentation-tests
Expand All @@ -199,7 +199,7 @@ steps:
concurrency_group: 'browserstack-app'

- label: ':android: NDK 12b SDK 7.1 Instrumentation tests'
timeout_in_minutes: 40
timeout_in_minutes: 60
plugins:
- docker-compose#v2.6.0:
run: android-instrumentation-tests
Expand All @@ -211,7 +211,7 @@ steps:
concurrency_group: 'browserstack-app'

- label: ':android: NDK 12b SDK 9.0 Instrumentation tests'
timeout_in_minutes: 40
timeout_in_minutes: 60
plugins:
- docker-compose#v2.6.0:
run: android-instrumentation-tests
Expand All @@ -223,7 +223,7 @@ steps:
concurrency_group: 'browserstack-app'

- label: ':android: NDK 19 SDK 4.4 Instrumentation tests'
timeout_in_minutes: 40
timeout_in_minutes: 60
plugins:
- docker-compose#v2.6.0:
run: android-instrumentation-tests
Expand All @@ -235,7 +235,7 @@ steps:
concurrency_group: 'browserstack-app'

- label: ':android: NDK 19 SDK 7.1 Instrumentation tests'
timeout_in_minutes: 40
timeout_in_minutes: 60
plugins:
- docker-compose#v2.6.0:
run: android-instrumentation-tests
Expand All @@ -247,7 +247,7 @@ steps:
concurrency_group: 'browserstack-app'

- label: ':android: NDK 19 SDK 9.0 Instrumentation tests'
timeout_in_minutes: 40
timeout_in_minutes: 60
plugins:
- docker-compose#v2.6.0:
run: android-instrumentation-tests
Expand Down

0 comments on commit d8d35f1

Please sign in to comment.