Skip to content

Commit

Permalink
Fixing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark2307 committed Nov 12, 2024
1 parent dc7e2ef commit ca5ebc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/testing/src/main/java/com/akto/testing/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ public void run() {
int maxRunTime = testingRun.getTestRunTime() <= 0 ? 30*60 : testingRun.getTestRunTime();
Bson filterQ = Filters.and(
Filters.gte(TestingRunResultSummary.START_TIMESTAMP, (Context.now() - ((MAX_RETRIES_FOR_FAILED_SUMMARIES + 1) * maxRunTime))),
Filters.eq(TestingRunResultSummary.TESTING_RUN_ID, testingRun.getId()),
Filters.eq(TestingRunResultSummary.STATE, State.FAILED)
);

Expand Down

0 comments on commit ca5ebc7

Please sign in to comment.