Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jan 12, 2025
1 parent a9857a7 commit 28ca063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/lib/cluster/master.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('test/lib/cluster/master.test.ts', () => {
}

// wait for app worker restart
await scheduler.wait(10000);
await scheduler.wait(20000);

// error pipe to console
app.expect('stdout', /app_worker#1:\d+ disconnect/);
Expand All @@ -43,7 +43,7 @@ describe('test/lib/cluster/master.test.ts', () => {
}

// wait for app worker restart
await scheduler.wait(10000);
await scheduler.wait(20000);

app.expect('stderr', /\[graceful:worker:\d+:uncaughtException] throw error 1 times/);
app.expect('stdout', /app_worker#\d:\d+ started/);
Expand Down

0 comments on commit 28ca063

Please sign in to comment.