From 7d36eada4461fbd6fc9a07a34a1e06b6800c00d2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 31 Jul 2026 20:12:24 +0000 Subject: [PATCH] Raise notebook diagnostics test timeout --- client-node-tests/src/integration.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', () => {