21-large-rpl: Avoid frequent timeout in Travis CI

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 <benoit.thebaudeau.dev@gmail.com>
master-31012017
Benoît Thébaudeau 2016-06-01 23:30:57 +02:00
parent 26bf33c762
commit 77f93c3b5a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
TIMEOUT(2400000); /* 40 minutes */
TIMEOUT(3000000); /* 50 minutes */
var NR_FEATHERS = mote.getSimulation().getMotesCount() - 1;