Skip to content

Commit aabbd3c

Browse files
author
xunalei.lin
committed
[ALGOS-263] feat(algos): increase sleep time; modify the parameters for tg_mst;
1 parent 99f6e71 commit aabbd3c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

algorithms_test/config/3_run.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@
400400
"e_type_set": "MyEdge",
401401
"weight_attribute": "weigth",
402402
"weight_type": "DOUBLE",
403+
"maximum_iteration": 100,
403404
"print_results": false,
404405
"result_attribute": "",
405406
"file_path": "/home/tigergraph/data/algos/path/tg_mst/result.csv"

algorithms_test/mem/3_reset.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ while [ $check_count -lt $max_checks ]; do
3939

4040
# Run the reset script and sleep for 1 second
4141
> ~/mem/mem.log
42-
sleep 1
42+
sleep 2
4343
done
4444

0 commit comments

Comments
 (0)