change settings.spect.ts from serial to parallel

This commit is contained in:
Asier Isayas
2026-01-05 11:04:26 -05:00
parent 9d1b341889
commit 9428808a13
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ test.describe("Autoscale throughput", () => {
await expect(explorer.getConsoleHeaderStatus()).toContainText(
`Successfully updated offer for collection ${context.container.id}`,
{
timeout: ONE_MINUTE_MS,
timeout: 2 * ONE_MINUTE_MS,
},
);
};