mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-16 21:43:38 +00:00
Merge pull request #6493 from overleaf/jpa-flaky-delay
[web] HaveIBeenPwnedApiTests: give background check more time GitOrigin-RevId: 761b3f402f9284eb56bee29e6e78e759ac42ba86
This commit is contained in:
parent
3730672c97
commit
7b4102025e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ before(function () {
|
|||
})
|
||||
|
||||
async function letPasswordCheckRunInBackground() {
|
||||
await sleep(100)
|
||||
await sleep(200)
|
||||
}
|
||||
|
||||
async function getMetricReUsed() {
|
||||
|
|
Loading…
Reference in a new issue