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
Considered adding this additional assertion too (see previous commit) but it was failing intermittently on linux.
Sometimes keyring.get_credential(service, None).password would equate to password_2 and sometimes to password_1.
Sticking a time.sleep(1) between the 2 set_password calls above helped it reliably pass so perhaps there's some async/timing thing happening with dbus (can possibly look into that deeper but a bit out of my depths w/ dbus)
Considered adding this additional assertion too (see previous commit) but it was failing intermittently on linux.
Sometimes
keyring.get_credential(service, None).password
would equate topassword_2
and sometimes topassword_1
.Sticking a
time.sleep(1)
between the 2set_password
calls above helped it reliably pass so perhaps there's some async/timing thing happening with dbus (can possibly look into that deeper but a bit out of my depths w/ dbus)Originally posted by @JamieBeverley in #699 (comment)
The text was updated successfully, but these errors were encountered: