fix(hooks): increase timeout to 60s for Windows reliability

This commit is contained in:
Taylor Mullen
2026-02-11 16:50:57 -08:00
parent 7fb17c883b
commit 8f108b039f
+5 -5
View File
@@ -546,7 +546,7 @@ console.log(JSON.stringify({
{
type: 'command',
command: nodeCmd,
timeout: 30000,
timeout: 60000,
},
],
},
@@ -1793,12 +1793,12 @@ console.log(JSON.stringify({
{
type: 'command',
command: enabledCmd,
timeout: 30000,
timeout: 60000,
},
{
type: 'command',
command: disabledCmd,
timeout: 30000,
timeout: 60000,
},
],
},
@@ -1857,12 +1857,12 @@ console.log(JSON.stringify({
{
type: 'command',
command: activeCmd,
timeout: 30000,
timeout: 60000,
},
{
type: 'command',
command: disabledCmd,
timeout: 30000,
timeout: 60000,
},
],
},