Skip to content

Commit 6a7b3d8

Browse files
committed
Increase CanAtachScriptWIthPathMappings timeout
1 parent 74df7da commit 6a7b3d8

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(Timeout = 10000)]
624+
[SkippableFact(Timeout = 15000)]
625625
public async Task CanAttachScriptWithPathMappings()
626626
{
627627
Skip.If(PsesStdioLanguageServerProcessHost.RunningInConstrainedLanguageMode,

0 commit comments

Comments
 (0)