Skip to content

Commit

Permalink
reset to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jan 21, 2025
1 parent 23d79fc commit ff7d0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/js-compute/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ for (const chunk of chunks(Object.entries(tests), 100)) {
} else {
if (test.environments.includes('compute')) {
return retry(
test.flake ? 20 : 4,
test.flake ? 10 : 4,
expBackoff(test.flake ? '60s' : '30s', test.flake ? '10s' : '1s'),
async () => {
let path = test.downstream_request.pathname;
Expand Down

0 comments on commit ff7d0b1

Please sign in to comment.