test: more generous quota e2e timeout (#6269)

test: more generous quota e2e to
This commit is contained in:
Elio Bischof 2023-07-26 12:40:23 +02:00 committed by GitHub
parent 4656020ea6
commit 2241c82134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -306,7 +306,7 @@ describe('quotas', () => {
} }
return foundExpected >= 3; return foundExpected >= 3;
}), }),
); ), { timeout: 60_000 };
}); });
}); });
}); });