You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default timeout of 5 seconds is way too short. The network is not
guaranteed to be in a good state, and this may cause apps to crash
unexpectedly. This is the source of some flakiness in tests as well.
This change increases the timeout to 30 seconds. Updates are infrequent
and run in the background, so this should not be a problem.
Edit: The timeout is now changed to 60 seconds to match the iOS implementation.
0 commit comments