Skip to content

Commit c695523

Browse files
committed
Brought back log
1 parent 61c13fb commit c695523

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/emulator-testing/emulators/emulator.ts

+1
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ export abstract class Emulator {
178178
promise.catch(reject);
179179
this.emulator = promise.childProcess;
180180

181+
console.log(`Waiting for emulator to start up ...`);
181182
// NOTE: Normally the emulator starts up within a few seconds.
182183
// However, our sdk test suite launches tests from 20+ packages in parallel, which slows
183184
// down the startup substantially. In such case for the emulator to start, it can take

0 commit comments

Comments
 (0)