Skip to content

Commit

Permalink
feat: fix e2e retry time
Browse files Browse the repository at this point in the history
  • Loading branch information
xjlgod committed Oct 25, 2024
1 parent 5e3e7ff commit 4d10047
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @author [email protected]
*/
public class SkyWalkingController {
public static final int RETRY_MAX_TIMES = 5;
public static final int RETRY_MAX_TIMES = 3;
private static final Logger LOGGER = LoggerFactory.getLogger(SkyWalkingController.class);
private String e2eDir;

Expand Down

0 comments on commit 4d10047

Please sign in to comment.