Skip to content

Commit

Permalink
chore: increase waiting period
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Jan 8, 2025
1 parent e8d913f commit 2ac42eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vaults-and-reserve-metrics-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ac42eb

Please sign in to comment.