Skip to content

Commit

Permalink
Use internal retries for SurfaceTexture and Impeller tests too. (#51856)
Browse files Browse the repository at this point in the history
Similar to #51838.
  • Loading branch information
matanlurey authored Apr 3, 2024
1 parent 2f763b7 commit 74dbba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/builders/linux_android_emulator.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"language": "dart",
"name": "Android Scenario App Integration Tests (Impeller/Vulkan)",
"test_timeout_secs": 900,
"max_attempts": 1,
"max_attempts": 2,
"test_dependencies": [
{
"dependency": "android_virtual_device",
Expand Down
2 changes: 1 addition & 1 deletion ci/builders/linux_android_emulator_skia.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"language": "dart",
"name": "Android Scenario App Integration Tests (Skia, SurfaceTexture)",
"test_timeout_secs": 900,
"max_attempts": 1,
"max_attempts": 2,
"test_dependencies": [
{
"dependency": "android_virtual_device",
Expand Down

0 comments on commit 74dbba4

Please sign in to comment.