Skip to content

Commit c87ad05

Browse files
committed
fix: panics from era reader in CI
This does not occur locally.
1 parent a2c6fde commit c87ad05

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mithril-test-lab/mithril-devnet/mkfiles/mkfiles-mithril.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ cat >> era-mithril.sh <<EOF
8080
--tx-file node-pool${N}/tx/tx${N}-era-datum.tx \\
8181
--testnet-magic ${NETWORK_MAGIC}
8282
83+
## Wait for the transaction to be confirmed
84+
sleep 2
85+
8386
EOF
8487

85-
chmod u+x era-mithril.sh
88+
chmod u+x era-mithril.sh

0 commit comments

Comments
 (0)