also looking at this
fix(test): give the last three dashboard integrations a real timeout
#177
3 files
+15
-3
| @@ -175,5 +175,9 @@ describe('dashboard source connection integration', () => { | ||
| 175 | 175 | }) |
| 176 | 176 | ).json()) as any |
| 177 | 177 | expect(disconnected.connection).toMatchObject({ status: 'disconnected', credentialConfigured: false }) |
| 178 | }) | |
| 178 | // 30s, not the 5000ms default. Booting the dashboard spawns a real | |
| 179 | // `stx build --no-cache` of the cockpit (~1.7s measured) before this test | |
| 180 | // connects a repository and enqueues a signed deployment. ~2s standalone, | |
| 181 | // past 5000ms under the full 313-file run. | |
| 182 | }, 30_000) | |
| 179 | 183 | }) |