From dd5cd8ff376665d7767d57eda1cca298be62d9a2 Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Tue, 27 Jun 2017 19:11:09 +0200 Subject: [PATCH] rpl-classic root-loss test: give more time to recover now with less aggressive link-stats update --- regression-tests/15-rpl/06-rpl-temporary-root-loss.csc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-tests/15-rpl/06-rpl-temporary-root-loss.csc b/regression-tests/15-rpl/06-rpl-temporary-root-loss.csc index 6c29c643f..602ad0e23 100644 --- a/regression-tests/15-rpl/06-rpl-temporary-root-loss.csc +++ b/regression-tests/15-rpl/06-rpl-temporary-root-loss.csc @@ -289,9 +289,9 @@ lostMsgs = 0; // we check that we got up to at least message 62 and // (the simulation is 4000000ms = 66 minutes long) -// that we did not lose anything since 45 +// that we did not lose anything since 55 // (the sink is back at 2000000ms = 33 minutes) -TIMEOUT(4000000, if(lastMsg >= 62 && lastMissed <= 45) { log.testOK(); } ); +TIMEOUT(4000000, if(lastMsg >= 62 && lastMissed <= 55) { log.testOK(); } ); lastMsg = -1; lastMissed = -1;