| Index: chrome/browser/resources/chromeos/login/screen_gaia_signin.js
|
| diff --git a/chrome/browser/resources/chromeos/login/screen_gaia_signin.js b/chrome/browser/resources/chromeos/login/screen_gaia_signin.js
|
| index 4abf255e226e5ad08acc32f6e7a75d63650396d0..112edf5bccbc728f0f1ef879829562146c7932fe 100644
|
| --- a/chrome/browser/resources/chromeos/login/screen_gaia_signin.js
|
| +++ b/chrome/browser/resources/chromeos/login/screen_gaia_signin.js
|
| @@ -30,7 +30,7 @@ login.createScreen('GaiaSigninScreen', 'gaia-signin', function() {
|
| // Amount of time allowed for video based SAML logins, to prevent a site
|
| // from keeping the camera on indefinitely. This is a hard deadline and
|
| // it will not be extended by user activity.
|
| - /** @const */ var VIDEO_LOGIN_TIMEOUT = 180 * 1000;
|
| + /** @const */ var VIDEO_LOGIN_TIMEOUT = 90 * 1000;
|
|
|
| /**
|
| * The modes this screen can be in.
|
|
|