Skip to content

Commit

Permalink
Fix test: Rendering can take even longer it seems.
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Ericson committed Jul 29, 2021
1 parent e3a3220 commit 43378da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ describe('reductive_analysis_test_suite', () => {


it('should produce a directed <graph> within <mei>', async function () {
await page.waitForTimeout(3000);
await page.waitForTimeout(3300);
await expect(page.evaluate(`$(window.mei).find('graph').attr('type')`)).resolves
.toMatch(/^directed$/);
});
Expand Down

0 comments on commit 43378da

Please sign in to comment.