You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/08/02 07:32:18 UTC

[skywalking] 01/01: Update SkyWalkingTestAdapter.java

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch e2e-fix
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 68198d8d3b432e0ce873122b0e2a107604fcccc5
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Sun Aug 2 15:31:58 2020 +0800

    Update SkyWalkingTestAdapter.java
---
 .../test/java/org/apache/skywalking/e2e/base/SkyWalkingTestAdapter.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/e2e/e2e-test/src/test/java/org/apache/skywalking/e2e/base/SkyWalkingTestAdapter.java b/test/e2e/e2e-test/src/test/java/org/apache/skywalking/e2e/base/SkyWalkingTestAdapter.java
index 53e9d42..ae4d93c 100644
--- a/test/e2e/e2e-test/src/test/java/org/apache/skywalking/e2e/base/SkyWalkingTestAdapter.java
+++ b/test/e2e/e2e-test/src/test/java/org/apache/skywalking/e2e/base/SkyWalkingTestAdapter.java
@@ -29,7 +29,7 @@ import org.springframework.web.client.RestTemplate;
 
 public abstract class SkyWalkingTestAdapter {
     protected final RestTemplate restTemplate = new RestTemplate();
-    protected final LocalDateTime startTime = LocalDateTime.now(ZoneOffset.UTC);
+    protected final LocalDateTime startTime = LocalDateTime.now(ZoneOffset.UTC).minusMinutes(30);
 
     protected Map<String, String> trafficData = ImmutableMap.of("name", "SkyWalking");