We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c13fb commit c695523Copy full SHA for c695523
scripts/emulator-testing/emulators/emulator.ts
@@ -178,6 +178,7 @@ export abstract class Emulator {
178
promise.catch(reject);
179
this.emulator = promise.childProcess;
180
181
+ console.log(`Waiting for emulator to start up ...`);
182
// NOTE: Normally the emulator starts up within a few seconds.
183
// However, our sdk test suite launches tests from 20+ packages in parallel, which slows
184
// down the startup substantially. In such case for the emulator to start, it can take
0 commit comments