mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-28 05:11:31 +00:00
increase test timeout
This commit is contained in:
@@ -42,5 +42,7 @@ test("Resource token", async () => {
|
||||
const explorer = await page.frame({
|
||||
name: "explorer",
|
||||
});
|
||||
await explorer.textContent(`css=.dataResourceTree >> "${collectionId}"`);
|
||||
await explorer.textContent(`css=.dataResourceTree >> "${collectionId}"`, {
|
||||
timeout: 50000
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user