Skip to content

Commit

Permalink
#5898 – Increase timeout for e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
svvald committed Nov 4, 2024
1 parent e521b29 commit 1561763
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ test.describe('Verifying buttons on reaction am tool dropdown', () => {
page,
async () => await applyAutoMapMode(page, 'Keep'),
// eslint-disable-next-line no-magic-numbers
10000,
30000,
);
await openFileAndAddToCanvas(
'Rxn-V2000/allenes.rxn',
Expand All @@ -211,7 +211,7 @@ test.describe('Verifying buttons on reaction am tool dropdown', () => {
page,
async () => await applyAutoMapMode(page, 'Alter', false),
// eslint-disable-next-line no-magic-numbers
10000,
30000,
);
});
});

0 comments on commit 1561763

Please sign in to comment.