Skip to content

Commit e352305

Browse files
committed
fix: refine codes
1 parent de7f2d7 commit e352305

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ten_runtime/smoke/extension_test/graph/graph_loop_multiple_circle_through_cmd.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "tests/common/client/cpp/msgpack_tcp.h"
1414
#include "tests/ten_runtime/smoke/extension_test/util/binding/cpp/check.h"
1515

16-
#define LOOP_CNT 6
16+
#define LOOP_CNT 2
1717

1818
namespace {
1919

tests/ten_runtime/smoke/extension_test/graph/graph_loop_multiple_circle_through_cmd_with_default.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include "tests/common/client/cpp/msgpack_tcp.h"
1717
#include "tests/ten_runtime/smoke/extension_test/util/binding/cpp/check.h"
1818

19-
#define LOOP_CNT 6
19+
#define LOOP_CNT 2
2020

2121
namespace {
2222

0 commit comments

Comments
 (0)