Skip to content

Commit 04032d4

Browse files
committed
fix: increase timeout
1 parent 02e1e08 commit 04032d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/tenant/summary/objectSummary.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ test.describe('Object Summary', async () => {
213213
const objectSummary = new ObjectSummary(page);
214214
await objectSummary.clickActionMenuItem(dsVslotsTableName, RowTableAction.CopyPath);
215215

216-
await page.waitForTimeout(100);
216+
await page.waitForTimeout(1000);
217217

218218
const clipboardContent = await getClipboardContent(page);
219219
expect(clipboardContent).toBe('.sys/ds_vslots');

0 commit comments

Comments
 (0)