[ci] allow for some time for the contracts to be deployed

This commit is contained in:
Mark Spanbroek 2023-04-20 14:04:31 +02:00
parent d56eb6aee1
commit a4482129e2
No known key found for this signature in database
GPG Key ID: FBE3E9548D427C00
1 changed files with 1 additions and 0 deletions

View File

@ -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