Fix integration test ci (#10226)

## Context
Integration test ci was not running properly. This PR should fix that

Todo: This was not running for a while, many tests are not succeeding so
I'll try to fix them in this PR now that the action is running properly.
This commit is contained in:
Weiko
2025-02-17 11:45:44 +01:00
committed by GitHub
parent 896ff1dc2e
commit 2ba9f2d0e5
2 changed files with 13 additions and 2 deletions

View File

@ -1 +1 @@
export const QUERY_MAX_RECORDS = 60;
export const QUERY_MAX_RECORDS = 100;