Skip to content

Commit

Permalink
Increase wait time after password change once again
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed Jul 5, 2024
1 parent 155e1bb commit 14e21c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ defmodule FieldPublicationWeb.Management.UserLiveTest do
# It seems couchdb acknowledges the update, but internally does not update/set the password immediately, causing this test
# to fail from time to time. Using inspects this also points to the fact that the failure is not a timing/race condition
# problem in our test but somehow due to CouchDB.
Process.sleep(500)
Process.sleep(5000)

assert {:error, :invalid} =
CouchService.authenticate(
Expand Down

0 comments on commit 14e21c2

Please sign in to comment.