Skip to content

Commit

Permalink
refactor(contributors): increase timeout for API request
Browse files Browse the repository at this point in the history
  • Loading branch information
marluanespiritusanto committed Sep 25, 2024
1 parent f226a84 commit 057a131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/contributors/contributors.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class ContributorsService {
}
resolve(result);
},
{ timeout: 5000 },
{ timeout: 10_000 },
);
});
}
Expand Down

0 comments on commit 057a131

Please sign in to comment.