Make IPv6/RPL collect test faster by reducing the number of received packets
This commit is contained in:
parent
ccc4b9e37f
commit
15a249fb4a
|
@ -508,7 +508,7 @@ print()
|
|||
}
|
||||
}
|
||||
|
||||
TIMEOUT(800000);
|
||||
TIMEOUT(400000);
|
||||
|
||||
|
||||
/* Conf. */
|
||||
|
@ -521,7 +521,7 @@ nrNodes = 25;
|
|||
nodes_starting = true;
|
||||
for(i = 1; i <= nrNodes; i++) {
|
||||
booted[i] = false;
|
||||
received[i] = "__________";
|
||||
received[i] = "_____";
|
||||
hops[i] = received[i];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue