Skip to content

Commit 97b1469

Browse files
committed
Add timeout to CanAttachScriptWithPathMappings
1 parent 437f305 commit 97b1469

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/PowerShellEditorServices.Test.E2E/DebugAdapterProtocolMessageTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ public async Task CanLaunchScriptWithNewChildAttachSessionAsJob()
621621
await terminatedTcs.Task;
622622
}
623623

624-
[SkippableFact]
624+
[SkippableFact(Timeout = 10000)]
625625
public async Task CanAttachScriptWithPathMappings()
626626
{
627627
Skip.If(PsesStdioLanguageServerProcessHost.RunningInConstrainedLanguageMode,

0 commit comments

Comments
 (0)