Skip to content
Snippets Groups Projects
Commit c6b1e30d authored by Wilfried Kopp's avatar Wilfried Kopp Committed by Chevdor
Browse files

Add delay to see node start

parent fcb6cd2a
Branches
No related merge requests found
......@@ -71,11 +71,13 @@ jobs:
run: |
echo Running reference on ${{ matrix.local }}
$TMP/$BIN_REF --chain=${{ matrix.local }} --ws-port=9945 --tmp -- --chain ${{ matrix.relay }} &
sleep 15
- name: Start local test node for ${{ matrix.runtime }}
run: |
echo Running test on ${{ matrix.local }}
$TMP/$BIN_BASE --chain=${{ matrix.local }} --ws-port=9944 --tmp -- --chain ${{ matrix.relay }} &
sleep 15
- name: Prepare output
run: |
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment