Make IPv6/RPL collect test faster by reducing the number of received packets

This commit is contained in:
Adam Dunkels 2012-12-10 01:11:28 +01:00
parent ccc4b9e37f
commit 15a249fb4a
1 changed files with 2 additions and 2 deletions

View File

@ -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];
}