소스 검색

allow for slow ci

Steven Silvester 5 년 전
부모
커밋
37a7033455
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/test-notebook/src/actions.spec.ts

+ 1 - 1
tests/test-notebook/src/actions.spec.ts

@@ -65,7 +65,7 @@ describe('@jupyterlab/notebook', () => {
 
     after(() => {
       return Promise.all([session.shutdown(), ipySession.shutdown()]);
-    });
+    }).timeout(30000); // Allow for slower CI
 
     describe('#executed', () => {
       it('should emit when Markdown and code cells are run', async () => {