diff --git a/client-node-tests/src/integration.test.ts b/client-node-tests/src/integration.test.ts index f93a670bb..9c343701a 100644 --- a/client-node-tests/src/integration.test.ts +++ b/client-node-tests/src/integration.test.ts @@ -1891,7 +1891,7 @@ suite('Full notebook tests', () => { assert.strictEqual(diagnostic.message, 'notebook-error'); await revertAllDirty(); - }); + }).timeout(5000); }); suite('Simple notebook tests', () => {