Skip to content

Commit 628e809

Browse files
committed
Revert "test: delay killAllProcesses in serve test"
This reverts commit 5370b03.
1 parent 5370b03 commit 628e809

File tree

1 file changed

+0
-3
lines changed
  • tests/legacy-cli/e2e/tests/basic

1 file changed

+0
-3
lines changed

tests/legacy-cli/e2e/tests/basic/serve.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
import { setTimeout } from 'node:timers/promises';
21
import { killAllProcesses } from '../../utils/process';
32
import { ngServe } from '../../utils/project';
43

54
export default async function () {
65
// Serve works without HMR
76
const noHmrPort = await ngServe('--no-hmr');
87
await verifyResponse(noHmrPort);
9-
10-
await setTimeout(500);
118
await killAllProcesses();
129

1310
// Serve works with HMR

0 commit comments

Comments
 (0)