diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/server/proxy.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/server/proxy.ts b/server/tests/api/server/proxy.ts index de8872d74..4bf89410e 100644 --- a/server/tests/api/server/proxy.ts +++ b/server/tests/api/server/proxy.ts | |||
@@ -95,7 +95,7 @@ describe('Test proxy', function () { | |||
95 | } | 95 | } |
96 | 96 | ||
97 | it('Should succeed import with the appropriate proxy config', async function () { | 97 | it('Should succeed import with the appropriate proxy config', async function () { |
98 | this.timeout(120000) | 98 | this.timeout(240000) |
99 | 99 | ||
100 | await servers[0].kill() | 100 | await servers[0].kill() |
101 | await servers[0].run({}, { env: goodEnv }) | 101 | await servers[0].run({}, { env: goodEnv }) |