1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/gnrc_dhcpv6_client: Increase timeout

This commit is contained in:
Leandro Lanzieri 2020-04-27 11:31:48 +02:00
parent 153f04f534
commit de789169b2
No known key found for this signature in database
GPG Key ID: 39607DE6080007A3

View File

@ -29,4 +29,4 @@ def testfunc(child):
if __name__ == "__main__":
sys.exit(run(testfunc, timeout=5))
sys.exit(run(testfunc, timeout=6))