Merge pull request #6493 from overleaf/jpa-flaky-delay

[web] HaveIBeenPwnedApiTests: give background check more time

GitOrigin-RevId: 761b3f402f9284eb56bee29e6e78e759ac42ba86
This commit is contained in:
Jakob Ackermann 2022-01-26 12:56:44 +00:00 committed by Copybot
parent 3730672c97
commit 7b4102025e

View file

@ -11,7 +11,7 @@ before(function () {
})
async function letPasswordCheckRunInBackground() {
await sleep(100)
await sleep(200)
}
async function getMetricReUsed() {