瀏覽代碼

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 () => {