Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Adding sleep to fix github actions test.
Browse files Browse the repository at this point in the history
  • Loading branch information
libby committed Jul 10, 2020
1 parent 05ddc87 commit 3d3c874
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testing/test-qnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ then
exit 1
fi

echo "sleeping for 5..."
sleep 5
helpers/run_contracts.sh $NODE_TO_TEST pub $NAMESPACE_NAME
## Test blockNumber for Public TX, should be > 1
get_block_number $NAMESPACE
BLOCK_NUM=$?
Expand Down

0 comments on commit 3d3c874

Please sign in to comment.