Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
JComins000 committed Aug 6, 2024
1 parent afd086f commit 73fb747
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion webui/react/src/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,13 @@ Use the [VS Code extension](https://marketplace.visualstudio.com/items?itemName=

CI is setup as `test-e2e-react` in `.circleci/config.yml`.

Run individual tests on ci with ``
### Manual CI

Run individual tests on ci with `e2e-react` `-g [your test]`.

![trigger pipeline](./docs/images/trigger-pipeline.png)

### Environment

We use `mcr.microsoft.com/playwright` for [docker container](https://playwright.dev/docs/docker).
Update the docker image version along with Playwright version.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion webui/react/src/e2e/tests/experimentList.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ test.describe('Experiment List', () => {
});

test('DataGrid Action Pause', async () => {
// datagrid can be slow
// datagrid can be slow, perhaps related to [ET-677]
projectDetailsPage._page.setDefaultTimeout(10000);

// experiment should initially be paused
Expand Down

0 comments on commit 73fb747

Please sign in to comment.