mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-31 06:41:35 +00:00
increase time for change partition key request
This commit is contained in:
@@ -62,7 +62,7 @@ test.describe("Change Partition Key", () => {
|
||||
await changePkPanel.getByTestId("Panel/OkButton").click();
|
||||
|
||||
await pageInstance.waitForLoadState("networkidle");
|
||||
await expect(changePkPanel).not.toBeVisible({ timeout: 2 * ONE_MINUTE_MS });
|
||||
await expect(changePkPanel).not.toBeVisible({ timeout: 5 * ONE_MINUTE_MS });
|
||||
|
||||
// Verify partition key change job
|
||||
const jobText = explorer.frame.getByText(/Partition key change job/);
|
||||
|
||||
Reference in New Issue
Block a user