From 77f93c3b5aaf4f1260f166b4eda2aca7e57ec9b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Th=C3=A9baudeau?= Date: Wed, 1 Jun 2016 23:30:57 +0200 Subject: [PATCH] 21-large-rpl: Avoid frequent timeout in Travis CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With a timeout set to 40 min, this test often failed at about 95% of the script, causing many spurious pull request test failures. Increase the timeout to 50 min. Signed-off-by: Benoît Thébaudeau --- regression-tests/21-large-rpl/testscript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-tests/21-large-rpl/testscript.js b/regression-tests/21-large-rpl/testscript.js index 4c4c8a56b..1481d6bf5 100644 --- a/regression-tests/21-large-rpl/testscript.js +++ b/regression-tests/21-large-rpl/testscript.js @@ -1,5 +1,5 @@ -TIMEOUT(2400000); /* 40 minutes */ +TIMEOUT(3000000); /* 50 minutes */ var NR_FEATHERS = mote.getSimulation().getMotesCount() - 1;