From 8b0ed3be8ec2233dbef23cc501b395e7e8b3c237 Mon Sep 17 00:00:00 2001 From: msojocs Date: Sat, 6 Jul 2024 22:02:20 +0800 Subject: [PATCH] fix: nwjs start --- test/spec/wcc/module/module.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(() => {