We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de3ea0 commit a82029eCopy full SHA for a82029e
1 file changed
src/test/chain-simulator/utils/test.utils.ts
@@ -62,6 +62,7 @@ export class ChainSimulatorUtils {
62
return true;
63
}
64
} catch (error) {
65
+ console.error('Chain simulator health check failed:', error);
66
retries++;
67
if (retries >= maxRetries) {
68
throw new Error('Chain simulator not started or not responding!');
0 commit comments