Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 249daf5

Browse files
authored
Adjust Android emulator test timeouts (#51004)
This reduces the scenario app test timeout from 30 minutes to 15 minutes (passing runs seem to take about 5 minutes), and limits the scenario app tests from 2 retries to only 1 retry. These changes will hopefully allow logs collection to be successful when the tests timeout.
1 parent 5e0d9ba commit 249daf5

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

ci/builders/linux_android_emulator.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
{
6262
"language": "dart",
6363
"name": "Android Scenario App Integration Tests (Impeller/Vulkan)",
64+
"test_timeout_secs": 900,
65+
"max_attempts": 2,
6466
"test_dependencies": [
6567
{
6668
"dependency": "android_virtual_device",

ci/builders/linux_android_emulator_api_33.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
{
6262
"language": "dart",
6363
"name": "Scenario App Integration Tests",
64+
"test_timeout_secs": 900,
65+
"max_attempts": 2,
6466
"test_dependencies": [
6567
{
6668
"dependency": "android_virtual_device",

ci/builders/linux_android_emulator_opengles.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
{
3737
"language": "dart",
3838
"name": "Android Scenario App Integration Tests (Impeller/OpenGLES)",
39+
"test_timeout_secs": 900,
40+
"max_attempts": 2,
3941
"test_dependencies": [
4042
{
4143
"dependency": "android_virtual_device",

ci/builders/linux_android_emulator_skia.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
{
3838
"language": "dart",
3939
"name": "Android Scenario App Integration Tests (Skia)",
40+
"test_timeout_secs": 900,
41+
"max_attempts": 2,
4042
"test_dependencies": [
4143
{
4244
"dependency": "android_virtual_device",

0 commit comments

Comments
 (0)