Skip to content

Commit

Permalink
Increase flush time
Browse files Browse the repository at this point in the history
  • Loading branch information
varunch77 committed Dec 5, 2024
1 parent d116feb commit 6c272ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/common/entity.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func ValidateLogEntity(t *testing.T, logGroup, logStream string, end *time.Time,
t.Fatalf("application log group used for entity validation doesn't exist: %s", logGroup)
}

begin := end.Add(-2 * time.Minute)
begin := end.Add(-12 * time.Minute)
log.Printf("Start time is %s and end time is %s", begin.String(), end.String())

result, err := awsservice.GetLogQueryResults(logGroup, begin.Unix(), end.Unix(), queryString)
Expand Down

0 comments on commit 6c272ee

Please sign in to comment.