Skip to content

Commit 71fdd44

Browse files
committed
Increase timeout for npm help test to 30 seconds
1 parent 7aeba6a commit 71fdd44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/registry/agent.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ describe('agent module', () => {
136136
})
137137

138138
it('should handle npm help', async () => {
139-
const result = await execNpm(['help'], { timeout: 10_000 })
139+
const result = await execNpm(['help'], { timeout: 30_000 })
140140
expect(result.stdout || result.stderr).toContain('npm')
141141
})
142142

0 commit comments

Comments
 (0)