File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
test/Exceptionless.Tests/Plugins Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -862,8 +862,7 @@ public void VerifyDeduplicationFromFiles() {
862
862
var errorPlugin = new ErrorPlugin ( ) ;
863
863
864
864
foreach ( var ev in ErrorDataReader . GetEvents ( ) ) {
865
- using ( var duplicateCheckerPlugin = new DuplicateCheckerPlugin ( TimeSpan . FromMilliseconds ( 20 ) ) ) {
866
-
865
+ using ( var duplicateCheckerPlugin = new DuplicateCheckerPlugin ( TimeSpan . FromMilliseconds ( 30 ) ) ) {
867
866
for ( int index = 0 ; index < 2 ; index ++ ) {
868
867
var contextData = new ContextData ( ) ;
869
868
var context = new EventPluginContext ( client , ev , contextData ) ;
@@ -876,7 +875,7 @@ public void VerifyDeduplicationFromFiles() {
876
875
Assert . Null ( context . Event . Count ) ;
877
876
} else {
878
877
Assert . True ( context . Cancel ) ;
879
- Thread . Sleep ( 50 ) ;
878
+ Thread . Sleep ( 60 ) ;
880
879
Assert . Equal ( 1 , context . Event . Count ) ;
881
880
}
882
881
}
You can’t perform that action at this time.
0 commit comments