We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6f8c8 commit f2e4990Copy full SHA for f2e4990
tools/powersynctests/e2e/rawQueries.test.ts
@@ -14,7 +14,7 @@ describe('Raw queries', () => {
14
.label;
15
testCount = Number(testCounterLabel);
16
17
- await waitForAllLoadingIndicatorsToDisappear(30000);
+ await waitForAllLoadingIndicatorsToDisappear(60000);
18
});
19
20
// Since tests need to be defined statically, we need to use a loop to evaluate the tests dynamically
0 commit comments