[go: nahoru, domu]

Skip to content

Commit

Permalink
Adjust Android emulator test timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderso committed Feb 27, 2024
1 parent 4addb6a commit 3655261
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/builders/linux_android_emulator.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
{
"language": "dart",
"name": "Android Scenario App Integration Tests (Impeller/Vulkan)",
"test_timeout_secs": 900,
"max_attempts": 2,
"test_dependencies": [
{
"dependency": "android_virtual_device",
Expand Down
2 changes: 2 additions & 0 deletions ci/builders/linux_android_emulator_api_33.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
{
"language": "dart",
"name": "Scenario App Integration Tests",
"test_timeout_secs": 900,
"max_attempts": 2,
"test_dependencies": [
{
"dependency": "android_virtual_device",
Expand Down
2 changes: 2 additions & 0 deletions ci/builders/linux_android_emulator_opengles.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
{
"language": "dart",
"name": "Android Scenario App Integration Tests (Impeller/OpenGLES)",
"test_timeout_secs": 900,
"max_attempts": 2,
"test_dependencies": [
{
"dependency": "android_virtual_device",
Expand Down
2 changes: 2 additions & 0 deletions ci/builders/linux_android_emulator_skia.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
{
"language": "dart",
"name": "Android Scenario App Integration Tests (Skia)",
"test_timeout_secs": 900,
"max_attempts": 2,
"test_dependencies": [
{
"dependency": "android_virtual_device",
Expand Down

0 comments on commit 3655261

Please sign in to comment.