Skip to content

Commit

Permalink
fix: change time
Browse files Browse the repository at this point in the history
  • Loading branch information
etowahadams committed Nov 8, 2023
1 parent 1c158f5 commit 95fb229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/performance.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test('Measure zoom time', async ({ page, browser }) => {
await changeEditorSpec(page, jsonString);

// Wait for the visualization to render
await delay(10000);
await delay(5000);
// Optionally, wait for the visualization to render by checking the screenshot. However, this does not work in CI
// const gosComponent = page.getByLabel('Gosling visualization');
// await checkScreenshotUntilMatches(
Expand Down

0 comments on commit 95fb229

Please sign in to comment.