Skip to content

Commit 33494f0

Browse files
authored
fix(tests): increase timeout (#994)
1 parent 053b26b commit 33494f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/tests/compareSideBySide.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ test.describe('The Compare Side-By-Side page', () => {
99
test(`should show diagrams after selecting a variant in both columns - ${organism}`, async ({
1010
compareSideBySidePage,
1111
}) => {
12+
test.setTimeout(60_000); // there is a lot of data to load, so we need the test to run longer
13+
1214
const options = organismOptions[organism];
1315

1416
await compareSideBySidePage.goto(organism);

0 commit comments

Comments
 (0)