Fix flaky tests surrounding ozone/pds ()

fix flaky tests surrounding ozone/pds
This commit is contained in:
devin ivy 2024-06-07 13:04:22 -04:00 committed by GitHub
parent b82efd5d53
commit 6e323fb6b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions
packages
dev-env/src
ozone/tests

@ -152,9 +152,9 @@ export class TestNetwork extends TestNetworkNoAppView {
async processAll(timeout?: number) {
await this.pds.processAll()
await this.ozone.processAll()
await this.processFullSubscription(timeout)
await this.bsky.sub.background.processAll()
await this.ozone.processAll()
}
async serviceHeaders(did: string, aud?: string) {

@ -15,7 +15,7 @@ describe('moderation status language tagging', () => {
beforeAll(async () => {
network = await TestNetwork.create({
dbPostgresSchema: 'ozone_blob_divert_test',
dbPostgresSchema: 'ozone_lang_test',
ozone: {
blobDivertUrl: `https://blob-report.com`,
blobDivertAdminPassword: 'test-auth-token',