Skip to content

Commit

Permalink
tests/gnrc_rpl_srh: fix output definition for test
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Sep 9, 2021
1 parent 2e2b91f commit 99713f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/suit_manifest/tests/01-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def testfunc(child):
# 16 seconds on `samr21-xpro`
# >50 seconds on `nrf51dk`
timeout = 60 if board != 'native' else -1
check_unittests(child, timeout=timeout)
assert check_unittests(child, timeout=timeout) > 0


if __name__ == "__main__":
Expand Down

0 comments on commit 99713f2

Please sign in to comment.