Fix flaky tests surrounding ozone/pds (#2561)
fix flaky tests surrounding ozone/pds
This commit is contained in:
parent
b82efd5d53
commit
6e323fb6b5
packages
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user