Mock tests: retry app launch until DB initializes
This commit is contained in:
parent
6bd802a03d
commit
47aff178da
25 changed files with 24 additions and 24 deletions
|
@ -13,7 +13,6 @@ export const debug = createDebug('mock:test:senderKey');
|
|||
|
||||
describe('senderKey', function (this: Mocha.Suite) {
|
||||
this.timeout(durations.MINUTE);
|
||||
this.retries(4);
|
||||
|
||||
let bootstrap: Bootstrap;
|
||||
let app: App;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue