File tree 1 file changed +9
-10
lines changed
1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
merge_group :
9
9
10
+ env :
11
+ ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL : 720 # 12 minutes; default is 20s
12
+
10
13
# If CI is already running for a branch when that branch is updated, cancel the older jobs.
11
14
concurrency :
12
15
group : ci-${{ github.ref }}-${{ github.head_ref }}
@@ -267,15 +270,13 @@ jobs :
267
270
performance-tests :
268
271
name : Performance tests
269
272
runs-on : macos-latest
270
- timeout-minutes : 30
273
+ timeout-minutes : 45
271
274
strategy :
272
275
# Allow tests to continue on other devices if they fail on one device.
273
276
fail-fast : false
274
277
matrix :
275
278
api-level :
276
- - 29
277
- # Unclear that older versions actually honor command to disable animation.
278
- # Newer versions are reputed to be too slow: https://github.com/ReactiveCircus/android-emulator-runner/issues/222
279
+ - 31
279
280
steps :
280
281
- uses : actions/checkout@v3
281
282
@@ -290,15 +291,13 @@ jobs :
290
291
instrumentation-tests :
291
292
name : Instrumentation tests
292
293
runs-on : macos-latest
293
- timeout-minutes : 45
294
+ timeout-minutes : 60
294
295
strategy :
295
296
# Allow tests to continue on other devices if they fail on one device.
296
297
fail-fast : false
297
298
matrix :
298
- # Unclear that older versions actually honor command to disable animation.
299
- # Newer versions are reputed to be too slow: https://github.com/ReactiveCircus/android-emulator-runner/issues/222
300
299
api-level :
301
- - 29
300
+ - 31
302
301
# ## <start-connected-check-shards>
303
302
shardNum : [ 1, 2, 3 ]
304
303
# ## <end-connected-check-shards>
@@ -317,13 +316,13 @@ jobs :
317
316
runtime-instrumentation-tests :
318
317
name : Conflate Stale Renderings Instrumentation tests
319
318
runs-on : macos-latest
320
- timeout-minutes : 45
319
+ timeout-minutes : 60
321
320
strategy :
322
321
# Allow tests to continue on other devices if they fail on one device.
323
322
fail-fast : false
324
323
matrix :
325
324
api-level :
326
- - 29
325
+ - 31
327
326
# ## <start-connected-check-shards>
328
327
shardNum : [ 1, 2, 3 ]
329
328
# ## <end-connected-check-shards>
You can’t perform that action at this time.
0 commit comments