fix(tests): increase timeout for ProxyHostForm tests to improve reliability

This commit is contained in:
GitHub Actions
2026-03-01 16:30:51 +00:00
parent 6f5c8873f9
commit f20e789a16
2 changed files with 61 additions and 66 deletions

View File

@@ -1459,7 +1459,7 @@ describe('ProxyHostForm', () => {
forward_port: 18080,
}))
})
})
}, 15000)
it('updates domain using selected container when base domain changes', async () => {
const { useDocker } = await import('../../hooks/useDocker')