mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-05-02 14:46:12 -04:00
debugging
This commit is contained in:
parent
8fe99f6090
commit
c4b66aad36
23 changed files with 411 additions and 143 deletions
4
scripts/run_8.sh
Executable file
4
scripts/run_8.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
exec ./run_local_test.py 8 --config-file ./local-test.yml $1
|
||||
|
||||
|
|
@ -141,7 +141,7 @@ def main():
|
|||
# Run all secondaries and add primary to bootstrap
|
||||
for n in range(1, args.count):
|
||||
|
||||
# time.sleep(2)
|
||||
time.sleep(1)
|
||||
|
||||
sub_args = base_args.copy()
|
||||
sub_args.append("--subnode_index={}".format(n))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue