We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a2239 commit be8b370Copy full SHA for be8b370
.github/workflows/regtest-mine.yml
@@ -87,5 +87,5 @@ jobs:
87
fi
88
sleep 1
89
done
90
- echo "Tip height did not reach expected value ${EXPECTED} within 10 seconds (last observed: ${LAST_TIP:-unknown})" >&2
+ echo "Tip height did not reach expected value ${EXPECTED} (started at ${TIP_BEFORE}) within 10 seconds (last observed: ${LAST_TIP:-unknown})" >&2
91
exit 1
0 commit comments