From 037cdab133f2ae5b3158896e3c74857371df95ac Mon Sep 17 00:00:00 2001 From: Dave Star Date: Fri, 19 Nov 2021 17:06:58 +0000 Subject: [PATCH] extend test timeout for python --- compiler/src/knitr/__test__/python.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/src/knitr/__test__/python.test.ts b/compiler/src/knitr/__test__/python.test.ts index bc588074..cf45a097 100644 --- a/compiler/src/knitr/__test__/python.test.ts +++ b/compiler/src/knitr/__test__/python.test.ts @@ -14,5 +14,5 @@ describe('python', () => { expect(md).toContain( '1606938044258990275541962092341162602522202993782792835301376' ); - }); + }, 60000); });