Skip to content

Commit cf62730

Browse files
committed
turn back on verdaccio
1 parent 99ef2eb commit cf62730

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.circleci/config.yml

-3
Original file line numberDiff line numberDiff line change
@@ -647,9 +647,6 @@ workflows:
647647
requires:
648648
- install
649649
- docs-verdaccio:
650-
filters:
651-
branches:
652-
only: main
653650
requires:
654651
- install
655652
- deploy:

jest.ssr.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = {
3434
'packages/'
3535
],
3636

37-
testTimeout: 30000,
37+
testTimeout: 50000,
3838

3939
globalSetup: require.resolve('@react-spectrum/test-utils-internal/src/ssrSetup'),
4040
globalTeardown: require.resolve('@react-spectrum/test-utils-internal/src/ssrTeardown'),

0 commit comments

Comments
 (0)