proxy-backend: increase timeout for large test

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-08-21 23:05:37 +02:00
parent a428f5512b
commit e902568e5f
@@ -295,5 +295,5 @@ describe('credentials', () => {
} finally {
await backend.stop();
}
});
}, 20_000);
});