mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
Delay
This commit is contained in:
parent
70150e232d
commit
361afcdc93
1 changed files with 3 additions and 1 deletions
4
.github/workflows/validate-1m-linux.sh
vendored
4
.github/workflows/validate-1m-linux.sh
vendored
|
@ -102,10 +102,12 @@ $NS1 sudo valgrind --demangle=yes --exit-on-first-error=yes \
|
||||||
--leak-check=full \
|
--leak-check=full \
|
||||||
./zerotier-one node1 -U -p9994 >>node_1.log 2>&1 &
|
./zerotier-one node1 -U -p9994 >>node_1.log 2>&1 &
|
||||||
|
|
||||||
|
sleep 10
|
||||||
|
|
||||||
# Second instance, not run in memory profiler
|
# Second instance, not run in memory profiler
|
||||||
$NS2 sudo ./zerotier-one node2 -U -p9995 >>node_2.log 2>&1 &
|
$NS2 sudo ./zerotier-one node2 -U -p9995 >>node_2.log 2>&1 &
|
||||||
|
|
||||||
sleep 5
|
sleep 10
|
||||||
|
|
||||||
ls -lga node1
|
ls -lga node1
|
||||||
tree node1
|
tree node1
|
||||||
|
|
Loading…
Add table
Reference in a new issue