Explorar el Código

allow for slow ci

Steven Silvester hace 5 años
padre
commit
37a7033455
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 () => {