Skip to content

Commit

Permalink
Merge pull request #13961 from leandrolanzieri/pr/tests/gnrc_dhcpv6_c…
Browse files Browse the repository at this point in the history
…lient/fix_test

tests/gnrc_dhcpv6_client: Fix term and increase timeout
  • Loading branch information
miri64 committed Apr 27, 2020
2 parents e57b132 + de78916 commit 096996e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/gnrc_dhcpv6_client/Makefile
Expand Up @@ -20,7 +20,7 @@ else
IFACE ?= tap0
ETHOS_BAUDRATE ?= 115200
CFLAGS += -DETHOS_BAUDRATE=$(ETHOS_BAUDRATE)
TERMPROG ?= sudo sh $(RIOTBASE)/dist/tools/ethos/ethos
TERMPROG ?= sudo $(RIOTBASE)/dist/tools/ethos/ethos
TERMFLAGS ?= $(IFACE) $(PORT) $(ETHOS_BAUDRATE)
TERMDEPS += ethos
endif
Expand Down
2 changes: 1 addition & 1 deletion tests/gnrc_dhcpv6_client/tests/01-run.py
Expand Up @@ -29,4 +29,4 @@ def testfunc(child):


if __name__ == "__main__":
sys.exit(run(testfunc, timeout=5))
sys.exit(run(testfunc, timeout=6))

0 comments on commit 096996e

Please sign in to comment.