renamed to asset-swapper

This commit is contained in:
David Sun
2019-07-10 15:24:38 -07:00
parent 1e2170f8bb
commit 1a5b8041c7
38 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,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
});