|
|
@@ -97,7 +97,7 @@ describe.skipIf(!hasPwsh)('persistent pwsh through a real cordis.yml Loader comp
|
|
|
' disposeGraceMs: 500',
|
|
|
"- name: '@deepseek-ai/dsh-tool-pwsh-persistent'",
|
|
|
' config:',
|
|
|
- ' timeoutMs: 20000',
|
|
|
+ ' timeoutMs: 60000',
|
|
|
'',
|
|
|
].join('\n'))
|
|
|
|
|
|
@@ -163,5 +163,5 @@ describe.skipIf(!hasPwsh)('persistent pwsh through a real cordis.yml Loader comp
|
|
|
const exited = text(await execute('exit', 'exit'))
|
|
|
expect(exited).toContain('next pwsh call starts from the workspace')
|
|
|
expect(text(await execute('after-exit', 'Write-Output "$PWD"'))).toBe(root)
|
|
|
- }, 60_000)
|
|
|
+ }, 120_000)
|
|
|
})
|