Skip to content

Commit aa58144

Browse files
committed
Try bumping the timeout to see if it works
1 parent d2d325b commit aa58144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PowerShellEditorServices.Test.E2E/DebugAdapterProtocolMessageTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ private async Task RunWithAttachableProcess(string[] logStatements, Func<string,
704704
psi.EnvironmentVariables["TERM"] = "dumb"; // Avoids color/VT sequences in test output.
705705

706706
// Task shouldn't take longer than 10 seconds to complete.
707-
using CancellationTokenSource debugTaskCts = new CancellationTokenSource(TimeSpan.FromSeconds(10));
707+
using CancellationTokenSource debugTaskCts = new CancellationTokenSource(TimeSpan.FromSeconds(30));
708708
using Process psProc = Process.Start(psi);
709709
try
710710
{

0 commit comments

Comments
 (0)