Mock tests: retry app launch until DB initializes

This commit is contained in:
trevor-signal 2023-10-30 15:27:29 -04:00 committed by GitHub
parent 6bd802a03d
commit 47aff178da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 24 additions and 24 deletions

View file

@ -88,7 +88,6 @@ function createEditedMessage(
describe('editing', function (this: Mocha.Suite) {
this.timeout(durations.MINUTE);
this.retries(4);
let bootstrap: Bootstrap;
let app: App;