Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <llsan@microsoft.com>2022-11-08 14:27:53 +0300
committerGitHub <noreply@github.com>2022-11-08 14:27:53 +0300
commit9df9c9bd485826a48b5bae3c6e4095ba7d22fdf0 (patch)
tree579c7f01312361efb02c492a398b4bcad6c3336b
parent544e762e674f0308dbcaa7c61cd16b39714403cc (diff)
parent08042c6610fcaec288ed212fee15a77fa4b36d7f (diff)
Merge pull request #203 from mono/slluis-patch-2
Update TSA options
-rw-r--r--.config/tsaoptions.json6
-rw-r--r--Test/UnitTests/TestMultithreading.cs2
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/tsaoptions.json b/.config/tsaoptions.json
index d585509..3b02120 100644
--- a/.config/tsaoptions.json
+++ b/.config/tsaoptions.json
@@ -2,9 +2,9 @@
"instanceUrl": "https://devdiv.visualstudio.com/",
"template": "TFSDEVDIV",
"projectName": "DEVDIV",
- "areaPath": "DevDiv\\mono",
+ "areaPath": "DevDiv\\VS for Mac\\IDE Platform\\Extensibility",
"iterationPath": "DevDiv",
- "notificationAliases": [ "runtimerepo-infra@microsoft.com" ],
+ "notificationAliases": [ "vsmac-prod@microsoft.com", "llsan@microsoft.com" ],
"repositoryName": "mono-addins",
"codebaseName": "mono-addins"
-} \ No newline at end of file
+}
diff --git a/Test/UnitTests/TestMultithreading.cs b/Test/UnitTests/TestMultithreading.cs
index 6304372..7390457 100644
--- a/Test/UnitTests/TestMultithreading.cs
+++ b/Test/UnitTests/TestMultithreading.cs
@@ -164,7 +164,7 @@ namespace UnitTests
});
// Wait for the threads to do the work. 5 seconds should be enough
- enablers.CheckCounters(1, 20000);
+ enablers.CheckCounters(1, 100000);
// Go back to the initial status