Skip to content

Commit

Permalink
test: increase attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Jun 18, 2024
1 parent cf928d6 commit d368209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/scripts/mockTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async function main() {
// 5 minutes
maxDelay: 1000 * 60 * 5,
}),
maxAttempts: 3,
maxAttempts: 5,
})

try {
Expand Down

0 comments on commit d368209

Please sign in to comment.