Skip to content

Commit eccf3e3

Browse files
committed
test: update permission test case
1 parent 03b1bf9 commit eccf3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ module.exports = {
99
'^@/(.*)$': '<rootDir>/src/$1',
1010
},
1111
collectCoverageFrom: ['**/src/**/*.{js,ts}'],
12-
testTimeout: 30000,
12+
testTimeout: 40000,
1313
};

0 commit comments

Comments
 (0)