Skip to content

Commit d486d34

Browse files
committed
temp change to remove the timeout bump
1 parent 0241ba4 commit d486d34

File tree

1 file changed

+1
-1
lines changed
  • packages/auth/src/platform_browser/strategies

1 file changed

+1
-1
lines changed

packages/auth/src/platform_browser/strategies/popup.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ import { getModularInstance } from '@firebase/util';
5252
* https://firebase.google.com/docs/auth/extend-with-blocking-functions#understanding_blocking_functions
5353
*/
5454
export const enum _Timeout {
55-
AUTH_EVENT = 8000
55+
AUTH_EVENT = 2000
5656
}
5757
export const _POLL_WINDOW_CLOSE_TIMEOUT = new Delay(2000, 10000);
5858

0 commit comments

Comments
 (0)