Commit a71611aa authored by bsheedy's avatar bsheedy Committed by Commit Bot

Increase VR Nougat test timeout

Increases the timeout of VR tests running on Nougat to 30 minutes (from
16). The number of tests has grown to the point where 16 minutes can
end up being flaky. The number should go back down eventually once WebVR
is completely replaced by WebXR, but that's still a ways off.

Bug: 812306
Change-Id: Ia3b74c8f11c524b3b01121e8842e1051692efce0
Reviewed-on: https://chromium-review.googlesource.com/920661
Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537157}
parent bb80274c
...@@ -13104,7 +13104,7 @@ ...@@ -13104,7 +13104,7 @@
"device_type": "marlin" "device_type": "marlin"
} }
], ],
"hard_timeout": 960 "hard_timeout": 1800
}, },
"test": "chrome_public_test_vr_apk" "test": "chrome_public_test_vr_apk"
}, },
...@@ -13141,7 +13141,7 @@ ...@@ -13141,7 +13141,7 @@
"device_type": "marlin" "device_type": "marlin"
} }
], ],
"hard_timeout": 960 "hard_timeout": 1800
}, },
"test": "chrome_public_test_vr_apk" "test": "chrome_public_test_vr_apk"
}, },
...@@ -13180,7 +13180,7 @@ ...@@ -13180,7 +13180,7 @@
"device_type": "marlin" "device_type": "marlin"
} }
], ],
"hard_timeout": 960 "hard_timeout": 1800
}, },
"test": "chrome_public_test_vr_apk" "test": "chrome_public_test_vr_apk"
} }
......
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
"device_type": "marlin" "device_type": "marlin"
} }
], ],
"hard_timeout": 960 "hard_timeout": 1800
}, },
"test": "chrome_public_test_vr_apk" "test": "chrome_public_test_vr_apk"
}, },
......
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
'device_type': 'marlin', 'device_type': 'marlin',
}, },
], ],
'hard_timeout': 960, 'hard_timeout': 1800,
}, },
'test': 'chrome_public_test_vr_apk', 'test': 'chrome_public_test_vr_apk',
}, },
......
...@@ -305,7 +305,7 @@ ...@@ -305,7 +305,7 @@
'device_type': 'marlin', 'device_type': 'marlin',
}, },
], ],
'hard_timeout': 960, 'hard_timeout': 1800,
}, },
'skip_output_links': True, 'skip_output_links': True,
'os_type': 'android', 'os_type': 'android',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment