Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Stein <steinlink@gmail.com>
  • Loading branch information
texodus committed Oct 12, 2024
1 parent 6e29dbf commit 49f439e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ jobs:
if: ${{ runner.os == 'Linux' }}

- name: Run Jupyter Tests
if: ${{ false }}
if: ${{ runner.os == 'Linux' }}
run: |
jupyter lab --generate-config
pnpm run test --jupyter
Expand Down
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ ts-rs/
rust/perspective-python/perspective/labextension/
rust/perspective-python/perspective.data/
rust/perspective-python/*/data
expression_gen.md
expression_gen.md
rust/perspective-viewer/docs/exprtk.md
5 changes: 3 additions & 2 deletions tools/perspective-test/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ const GLOBAL_TEARDOWN_PATH = __require.resolve(

// See https://playwright.dev/docs/test-configuration.
export default defineConfig({
timeout: 30_000,
timeout: 360_000,
expect: {
timeout: 10_000,
timeout: 360_000,
},
forbidOnly: !!process.env.CI,
retries: 0,
Expand All @@ -212,6 +212,7 @@ export default defineConfig({
use: {
viewport: { width: 1280, height: 720 },
actionTimeout: 0,
headless: false,
// trace: "retain-on-failure",
// screenshot: "only-on-failure",
// video: "retain-on-failure",
Expand Down

0 comments on commit 49f439e

Please sign in to comment.