fix(test): Increase delay duration before stopping the server in test suite.
This commit is contained in:
@ -102,9 +102,9 @@ tap.test('should allow VirtualStreams', async () => {
|
||||
});
|
||||
|
||||
tap.test('should end the server', async (toolsArg) => {
|
||||
await toolsArg.delayFor(1000);
|
||||
await toolsArg.delayFor(10000);
|
||||
await testServer.stop();
|
||||
// await tap.stopForcefully();
|
||||
await tap.stopForcefully();
|
||||
});
|
||||
|
||||
export default tap.start();
|
||||
|
Reference in New Issue
Block a user