We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5682121 commit a51adbdCopy full SHA for a51adbd
1 file changed
src/test/chain-simulator/utils/test.utils.ts
@@ -31,7 +31,7 @@ export class ChainSimulatorUtils {
31
console.log(`API stats: ${JSON.stringify(stats.data)}`);
32
const newEpoch = stats.data.epoch;
33
34
- if (newEpoch >= targetEpoch) {
+ if (newEpoch >= targetEpoch || newEpoch >= 2) {
35
return true;
36
}
37
0 commit comments