File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { PowerSyncContext } from '../src/hooks/PowerSyncContext';
77import { useQuery } from '../src/hooks/watched/useQuery' ;
88import { useWatchedQuerySubscription } from '../src/hooks/watched/useWatchedQuerySubscription' ;
99
10- let skipTests = true ;
10+ let skipTests = false ;
1111/**
1212 * This does not run as part of all tests. Enable this suite manually to run performance tests.
1313 *
@@ -356,7 +356,7 @@ const testsInsertsCompare = async (options: {
356356 return result as TestsInsertsCompareResult ;
357357} ;
358358
359- describe . skipIf ( skipTests ) ( 'Performance' , { timeout : 90_000 } , ( ) => {
359+ describe . skipIf ( skipTests ) ( 'Performance' , { timeout : Infinity } , ( ) => {
360360 beforeEach ( ( ) => {
361361 vi . clearAllMocks ( ) ;
362362 } ) ;
You can’t perform that action at this time.
0 commit comments