difftreelog
refactor(zombienet) restore check for relay chain upgrade completion before additional waiting
in: master
1 file changed
tests/src/util/frankenstein.tsdiffbeforeafterboth239 }, network.relay[0].wsUri);239 }, network.relay[0].wsUri);240240241 // Wait for the next epoch so that the parachains will start cooperating with the relay241 // Wait for the next epoch so that the parachains will start cooperating with the relay242 //if (relayUpgradeCompleted) {242 if (relayUpgradeCompleted) {243 console.log('\n🚥 Starting timeout for the next epoch before upgrading the parachains code...');243 console.log('\n🚥 Starting timeout for the next epoch before upgrading the parachains code...');244 await waitWithTimer(relayInfo.epochTime);244 await waitWithTimer(relayInfo.epochTime);245 //}245 }246246247 for (const paraId in network.paras) {247 for (const paraId in network.paras) {248 console.log(`\n--- Upgrading the runtime of parachain ${paraId} \t---`);248 console.log(`\n--- Upgrading the runtime of parachain ${paraId} \t---`);