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:
commit
f5f6d54d59
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
TIMEOUT(2400000); /* 40 minutes */
|
||||
TIMEOUT(3000000); /* 50 minutes */
|
||||
|
||||
var NR_FEATHERS = mote.getSimulation().getMotesCount() - 1;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue