File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -536,14 +536,14 @@ jobs:
536
536
working-directory : site
537
537
538
538
# Run tests that don't require a premium license without a premium license
539
- - run : pnpm playwright:test --forbid-only --workers ${{ matrix.variant.premium && '2' || '1' }}
539
+ - run : pnpm playwright:test --forbid-only --workers 1
540
540
if : ${{ !matrix.variant.premium }}
541
541
env :
542
542
DEBUG : pw:api
543
543
working-directory : site
544
544
545
545
# Run all of the tests with a premium license
546
- - run : pnpm playwright:test --forbid-only --workers ${{ matrix.variant.premium && '2' || '1' }}
546
+ - run : pnpm playwright:test --forbid-only --workers 1
547
547
if : ${{ matrix.variant.premium }}
548
548
env :
549
549
DEBUG : pw:api
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export default defineConfig({
65
65
testMatch : / .* \. s p e c \. t s / ,
66
66
dependencies : [ "testsSetup" ] ,
67
67
use : { storageState } ,
68
- timeout : 60_000 ,
68
+ timeout : 50_000 ,
69
69
} ,
70
70
] ,
71
71
reporter : [ [ "./reporter.ts" ] ] ,
You can’t perform that action at this time.
0 commit comments