File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
packages/core/postgrest-js Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 5555
5656 - name : Run test:ci for affected packages
5757 run : npx nx affected --target=test:ci
58+ timeout-minutes : 20
5859
5960 - name : Upload coverage for functions-js (if affected)
6061 uses : coverallsapp/github-action@v2
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ const config: Config.InitialOptions = {
1010 testSequencer : '<rootDir>/test/testSequencer.js' ,
1111 // Use local Prettier v2 only for Jest inline snapshots
1212 prettierPath : require . resolve ( 'prettier' ) ,
13+ // Increase timeout for CI environments (default is 5000ms)
14+ testTimeout : 30000 ,
1315 globals : {
1416 // For consistency between VSCode and type-check
1517 // https://github.com/supabase/postgrest-js/pull/627#discussion_r2236995331
You can’t perform that action at this time.
0 commit comments