Merge pull request #26145 from backstage/rugvip/slow

proxy-backend: increase timeout for large test
This commit is contained in:
Patrik Oldsberg
2024-08-22 10:24:32 +02:00
committed by GitHub
@@ -295,5 +295,5 @@ describe('credentials', () => {
} finally {
await backend.stop();
}
});
}, 20_000);
});