Skip to content

Commit fdf37e2

Browse files
authored
Extend trace search time window from 60s to 600s (#318)
*Issue description:* Extend trace search time window from 60s to 600s By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 2a32349 commit fdf37e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator/src/main/java/com/amazon/aoc/services/XRayService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
public class XRayService {
3131
private AWSXRay awsxRay;
32-
private final int SEARCH_PERIOD = 60;
32+
private final int SEARCH_PERIOD = 600;
3333
public static String DEFAULT_TRACE_ID = "1-00000000-000000000000000000000000";
3434

3535
public XRayService(String region) {

0 commit comments

Comments
 (0)