Skip to content

Commit

Permalink
Fix jest timeouts for jupyterlab
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed May 11, 2022
1 parent 9bfced3 commit bd8154b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const default_body = async (page) => {
return viewer;
};

jest.setTimeout(60000);
jest.setTimeout(1200000);

utils.with_jupyterlab(process.env.__JUPYTERLAB_PORT__, () => {
describe.jupyter(
Expand Down

0 comments on commit bd8154b

Please sign in to comment.