Skip to content

Commit 2825373

Browse files
give PSES a chance to run what it needs to run
1 parent 254bc06 commit 2825373

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/PowerShellEditorServices.Test.E2E/LanguageServerProtocolMessageTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ private string NewTestFile(string script, bool isPester = false)
5555
}
5656
});
5757

58+
// Give PSES a chance to run what it needs to run.
59+
Thread.Sleep(1000);
60+
5861
return filePath;
5962
}
6063

0 commit comments

Comments
 (0)