mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-21 17:56:47 +00:00
Redice dnaproctcol test sleep to 0.5 seconds
This commit is contained in:
parent
d689e96454
commit
53e159b8f1
@ -36,7 +36,9 @@ setup_servald_instance() {
|
||||
push_instance
|
||||
set_instance "$1"
|
||||
executeOk_servald config set debug.interfaces Yes
|
||||
executeOk_servald config set debug.packetformats Yes
|
||||
executeOk_servald config set debug.packetformats No
|
||||
executeOk_servald config set debug.tx No
|
||||
executeOk_servald config set debug.rx No
|
||||
executeOk_servald config set interfaces "+>$2"
|
||||
executeOk_servald config set monitor.socket "org.servalproject.servald.monitor.socket.$TFWUNIQUE.$instance_name"
|
||||
executeOk_servald config set mdp.socket "org.servalproject.servald.mdp.socket.$TFWUNIQUE.$instance_name"
|
||||
@ -63,7 +65,7 @@ setup_servald_instances() {
|
||||
setup_servald_instance +B $DUMMYNET
|
||||
SIDB=$sid
|
||||
# Now make sure that they can see each other
|
||||
secs=1
|
||||
secs=0.5
|
||||
sleep $secs # Should be plenty of time
|
||||
tfw_log "# Dummynet file after $secs seconds: "`ls -l $DUMMYNET`
|
||||
set_instance +A
|
||||
|
Loading…
x
Reference in New Issue
Block a user