Skip to content

Commit

Permalink
ci: increase datagrid rightclick timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtonG committed Sep 17, 2024
1 parent 02e302f commit 143626a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/react/src/e2e/models/common/hew/DataGrid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export class Row<HeadRowType extends HeadRow<Row<HeadRowType>>> extends NamedCom
await this.parentTable.pwLocator.click({
button: 'right',
position: { x: 5, y: this.getY(await this.getIndex()) },
timeout: 10_000,
timeout: 30_000,
});
}

Expand Down

0 comments on commit 143626a

Please sign in to comment.