Skip to content

Commit 5deacdc

Browse files
committed
Bump timeout for test commands
1 parent 5ccb308 commit 5deacdc

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

dist/index.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/handleCommands.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,8 @@ async function executeScript({
563563
// Running coverage across multiple files can take a while
564564
// Consistent with timeout set in the Tusk server
565565
timeoutDuration = 15 * 60 * 1000; // 15 minute timeout
566+
} else if (commandName === "Test") {
567+
timeoutDuration = 15 * 60 * 1000; // 15 minute timeout
566568
}
567569

568570
const maxBufferSize = 10 * 1024 * 1024; // 10 MB buffer

0 commit comments

Comments
 (0)