[ci] allow for some time for the contracts to be deployed
This commit is contained in:
parent
d56eb6aee1
commit
a4482129e2
|
@ -55,6 +55,7 @@ jobs:
|
|||
fi
|
||||
npm install
|
||||
npm start &
|
||||
sleep 10 # allow for some time before the contracts are deployed
|
||||
|
||||
- name: Contract tests
|
||||
run: make -j${ncpu} testContracts
|
||||
|
|
Loading…
Reference in New Issue