test: Remove unnecessary setTimeout and reconfigureServer calls (#9183)

This commit is contained in:
Diamond Lewis
2024-07-08 16:05:43 -05:00
committed by GitHub
parent 28c4330c89
commit a6e0a1d4a6
6 changed files with 35 additions and 85 deletions

View File

@@ -313,7 +313,6 @@ describe('execution', () => {
);
childProcess.stdout.on('data', data => {
data = data.toString();
console.log(data);
if (data.includes('parse-server running on')) {
done();
}