|
@@ -73,13 +73,6 @@ function cleanup() {
|
|
|
|
|
|
trap cleanup EXIT
|
|
|
|
|
|
-# Initialize content-directory
|
|
|
-# sleep 15
|
|
|
-# yarn workspace @joystream/cd-schemas initialize:dev
|
|
|
-# NOTE: Skipping this step and let the scenarios do this setup instead
|
|
|
-# or align the scenario expectations of the initial state to match
|
|
|
-# with what we do here.
|
|
|
-
|
|
|
if [ "$TARGET_RUNTIME" == "$RUNTIME" ]; then
|
|
|
echo "Not Performing a runtime upgrade."
|
|
|
else
|
|
@@ -103,6 +96,6 @@ fi
|
|
|
yarn workspace api-scripts tsnode-strict src/status.ts | grep Runtime
|
|
|
|
|
|
echo "Waiting for chain to startup..."
|
|
|
-sleep 5s
|
|
|
+sleep 10
|
|
|
|
|
|
./run-test-scenario.sh $1
|