File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -171,9 +171,6 @@ jobs:
171
171
name : Test NAPI
172
172
runs-on : ubuntu-latest
173
173
steps :
174
- - name : Enable long paths on Windows
175
- if : matrix.os == 'windows-latest'
176
- run : git config --system core.longpaths true
177
174
- uses : taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
178
175
- uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
179
176
id : filter
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ async function testFixture(fixtureName: string): Promise<void> {
17
17
} ) ;
18
18
}
19
19
20
+ // These tests take longer than 5 seconds on CI, so increase timeout to 10 seconds
20
21
describe ( 'ESLint compatibility' , { timeout : 10_000 } , ( ) => {
21
22
it ( '`definePlugin` should work' , async ( ) => {
22
23
await testFixture ( 'definePlugin' ) ;
You can’t perform that action at this time.
0 commit comments