upgraded tests

This commit is contained in:
AndrewMarkley
2015-10-18 01:39:08 -05:00
parent a6c7ef5c2e
commit d740d3549b
+1 -1
View File
@@ -31,7 +31,7 @@ namespace ConsoleSample
Console.ReadLine();
}
[AutomaticRetry(Attempts = 10, LogEvents = true, OnAttemptsExceeded = AttemptsExceededAction.Delete)]
[AutomaticRetry(Attempts = 2, LogEvents = true, OnAttemptsExceeded = AttemptsExceededAction.Delete)]
public static void test()
{
Console.WriteLine($"{x++} Cron Job: Hello, world!");