Skip to content

Commit a51adbd

Browse files
temp test
1 parent 5682121 commit a51adbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/chain-simulator/utils/test.utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class ChainSimulatorUtils {
3131
console.log(`API stats: ${JSON.stringify(stats.data)}`);
3232
const newEpoch = stats.data.epoch;
3333

34-
if (newEpoch >= targetEpoch) {
34+
if (newEpoch >= targetEpoch || newEpoch >= 2) {
3535
return true;
3636
}
3737

0 commit comments

Comments
 (0)