Skip to content

Commit

Permalink
gnrc_tcp: fix tests 3
Browse files Browse the repository at this point in the history
  • Loading branch information
brummer-simon committed Oct 14, 2020
1 parent d2ec12d commit aa1b7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gnrc_tcp/tests/05-garbage-pkts.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_send_ack_instead_of_syn(child, src_if, src_ll,
# execution. If so, send fewer packets to prevent the target node
# from being overwhelmed by packets and output.
debug = child.expect([pexpect.TIMEOUT,
r'GNRC_TCP: Enter "\S+", File: .+(\d+)\s'], timeout=1)
r'GNRC_TCP: Enter "\S+", File: .+\(\d+\)\s'], timeout=1)
if debug:
count = 10
else:
Expand Down

0 comments on commit aa1b7d0

Please sign in to comment.