Skip to content

Commit

Permalink
extend test timeout for python
Browse files Browse the repository at this point in the history
  • Loading branch information
daviestar committed Nov 19, 2021
1 parent 2329d67 commit 037cdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/knitr/__test__/python.test.ts
Expand Up @@ -14,5 +14,5 @@ describe('python', () => {
expect(md).toContain(
'1606938044258990275541962092341162602522202993782792835301376'
);
});
}, 60000);
});

0 comments on commit 037cdab

Please sign in to comment.