Skip to content

Commit

Permalink
fix(emulator test): add extra sleep in auth tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Mar 25, 2023
1 parent 3bdfd81 commit d693ca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/actions/test/unit/authentication.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ describe("Authentication", () => {
coordinatorPassword
)
coordinatorUID = coordinatorFirebaseCredentials.user.uid
await sleep(1000)
await setCustomClaims(adminAuth, coordinatorUID, { coordinator: true })
})

Expand Down

0 comments on commit d693ca8

Please sign in to comment.