Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
ci: add timeout for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-user committed Oct 24, 2023
1 parent 52f53a4 commit 5583f56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/app/load.envs.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ function getBridgeTokenContracts() {
if (process.env.VITE_FUEL_CHAIN === 'fuelDev') {
const { body } = retus('http://localhost:8082/deployments', {
json: true,
retry: {
limit: 5,
delay: 15000,
},
});

return body;
Expand Down

0 comments on commit 5583f56

Please sign in to comment.