Skip to content

Commit

Permalink
Increase query limit integration test timeout value (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecooper authored Jul 30, 2024
1 parent d6e2eca commit 235c0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/integration/query-limits.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ maybeDescribe("Query with limits enabled", () => {
);

expect(throttled).toBeTruthy();
}, 20000);
}, 30000);
});

0 comments on commit 235c0c7

Please sign in to comment.