Merge pull request #1698 from bthebaudeau/fix-21-large-rpl-timeout

21-large-rpl: Avoid frequent timeout in Travis CI
This commit is contained in:
Simon Duquennoy 2016-06-03 10:10:58 +02:00
commit f5f6d54d59

View file

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