From 2ac42eb00e9cd3b401353b1c979e02085d63aebc Mon Sep 17 00:00:00 2001 From: rabi-siddique Date: Wed, 8 Jan 2025 19:18:26 +0500 Subject: [PATCH] chore: increase waiting period --- .github/workflows/vaults-and-reserve-metrics-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vaults-and-reserve-metrics-testing.yml b/.github/workflows/vaults-and-reserve-metrics-testing.yml index c46fe635..427678c5 100644 --- a/.github/workflows/vaults-and-reserve-metrics-testing.yml +++ b/.github/workflows/vaults-and-reserve-metrics-testing.yml @@ -49,7 +49,7 @@ jobs: # We tried delays of 10, 20, and 30 seconds, but a 60-second delay is the most efficient # and ensures that the server is fully ready, without causing any issues. - name: Wait for GraphQL server - run: sleep 60 + run: sleep 120 - name: Test VaultManagerGovernance run: ./scripts/validateData.mjs