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

Commit 74dbba4

Browse files
authored
Use internal retries for SurfaceTexture and Impeller tests too. (#51856)
Similar to #51838.
1 parent 2f763b7 commit 74dbba4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/builders/linux_android_emulator.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"language": "dart",
7070
"name": "Android Scenario App Integration Tests (Impeller/Vulkan)",
7171
"test_timeout_secs": 900,
72-
"max_attempts": 1,
72+
"max_attempts": 2,
7373
"test_dependencies": [
7474
{
7575
"dependency": "android_virtual_device",

ci/builders/linux_android_emulator_skia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"language": "dart",
6464
"name": "Android Scenario App Integration Tests (Skia, SurfaceTexture)",
6565
"test_timeout_secs": 900,
66-
"max_attempts": 1,
66+
"max_attempts": 2,
6767
"test_dependencies": [
6868
{
6969
"dependency": "android_virtual_device",

0 commit comments

Comments
 (0)