aboutsummaryrefslogblamecommitdiffstats
path: root/packages/order-watcher/test/global_hooks.ts
blob: 26c37158f744cdb5accbb4e4fda485109d26d354 (plain) (tree)
1
2
3
4
5
6
                                                        

                                                                                 
                                     
                                                                            
   
before('set up mocha', async function(): Promise<void> {
    // HACK: Since the migrations take longer then our global mocha timeout limit
    // we manually increase it for this before hook.
    const mochaTestTimeoutMs = 25000;
    this.timeout(mochaTestTimeoutMs); // tslint:disable-line:no-invalid-this
});