Skip to content

Commit 7f5f585

Browse files
test(auto-assignment): increase result wait timeout to 60 seconds
1 parent 252cc8d commit 7f5f585

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-e2e/panels/autoassignment.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ test('automatic assignment panel', async ({ page }) => {
3232

3333
await expect(
3434
nmrium.page.locator('_react=AutomaticAssignmentTable >> text=0.75'),
35-
).toHaveCount(2, { timeout: 30 * 1000 });
35+
).toHaveCount(2, { timeout: 60 * 1000 });
3636
});
3737
});

0 commit comments

Comments
 (0)