Skip to content

Commit

Permalink
fix: end to end tests failing due to timeout and new pango lineage al…
Browse files Browse the repository at this point in the history
…ias in return
  • Loading branch information
JonasKellerer authored and fengelniederhammer committed Jan 30, 2024
1 parent 0534523 commit d265809
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lapis2-docs/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({
forbidOnly: !!process.env.CI,
retries: 1,
workers: process.env.CI ? 1 : undefined,
timeout: 60000,
timeout: 90000,
reporter: 'html',
use: {
trace: 'retain-on-failure',
Expand Down
4 changes: 2 additions & 2 deletions siloLapisTests/test/details.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Solothurn B.1 key_1002052
division: 'Zürich',
primaryKey: 'key_3578231',
insertions: '25701:CCC,5959:TAT',
pangoLineage: 'B.1.1.28.1',
pangoLineage: 'P.1',
qcValue: 0.93,
region: 'Europe',
};
Expand All @@ -169,7 +169,7 @@ Solothurn B.1 key_1002052
date: '2021-07-04',
division: 'Vaud',
primaryKey: 'key_3259931',
pangoLineage: 'B.1.617.2.43',
pangoLineage: 'AY.43',
qcValue: 0.98,
region: 'Europe',
};
Expand Down

0 comments on commit d265809

Please sign in to comment.