Skip to content

Commit

Permalink
馃憣 IMPROVE: Upgrade egg-schedule to v4 (#5088)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Dec 11, 2022
1 parent 3d2ce91 commit 75d025b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"egg-logrotator": "^3.1.0",
"egg-multipart": "^3.1.0",
"egg-onerror": "^2.1.1",
"egg-schedule": "^3.7.0",
"egg-schedule": "^4.0.0",
"egg-security": "^2.11.0",
"egg-session": "^3.3.0",
"egg-static": "^2.2.0",
Expand Down
1 change: 1 addition & 0 deletions test/lib/core/logger.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ describe('test/lib/core/logger.test.js', () => {
traceId: 'mock-trace-id-123',
},
});
if (process.platform === 'win32') await utils.sleep(2000);
await app.httpRequest()
.get('/')
.expect(200)
Expand Down

0 comments on commit 75d025b

Please sign in to comment.