diff --git a/test/spec/wcc/module/module.spec.ts b/test/spec/wcc/module/module.spec.ts index 0a15b50..aa12968 100644 --- a/test/spec/wcc/module/module.spec.ts +++ b/test/spec/wcc/module/module.spec.ts @@ -8,8 +8,9 @@ import * as fs from 'fs' describe("wcc - module", function () { this.beforeAll(function(done) { - this.timeout(60000) + this.timeout(120000) windows.start() + console.log('start success!') done() }) this.afterAll(() => {