test: Remove unnecessary setTimeout and reconfigureServer calls (#9183)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user