From a4482129e23142d5e9c931ab1b075643060df0dc Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Thu, 20 Apr 2023 14:04:31 +0200 Subject: [PATCH] [ci] allow for some time for the contracts to be deployed --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 305077e9..8a1abc46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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