aboutsummaryrefslogblamecommitdiffstats
path: root/packages/contract-wrappers/test/global_hooks.ts
blob: e23739b59a5b78667773503877270b0acb823f11 (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 = 50000;
    this.timeout(mochaTestTimeoutMs); // tslint:disable-line:no-invalid-this
});